Html Css Color HEX #00B78A Persian Green

📋 copy color: '#00B78A'

red 0 ◦ green 183 ◦ blue 138

#00B78A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #00B78A

Tints of Persian Green #00B78A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 183 (71.88% from 255) = 57.01%

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 0%
G = 57.01%
B = 42.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00B78A (or 0x00B78A) is known color: Persian Green. HEX triplet: 00, B7 and 8A. RGB value is (0,183,138). Sum of RGB (Red+Green+Blue) = 0+183+138=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #00B78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B78A is #FF4875. Grayscale: #7B7B7B. Windows color (decimal): -16730230 or 9090816. OLE color: 9090816.

HSL color Cylindrical-coordinate representation of color #00B78A: hue angle of 165.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B78A is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 0 183 138 -
CMYK 1 0 0.25 0.28
HSL 165.25º 1% 0.36% -
HSV(B) 165.25º 1% 0.72% -
XYZ 21.52 35.7 29.8 -
YUV 123.15 136.37 40.16 -
System Red Green Blue C M Y K H S L
Decimal 0 183 138 1 0 0.25 0.28 165.25 1 0.36
Hex 0 B7 8A 64 0 19 1C A5 64 24
Octal 0 267 212 144 0 31 34 245 144 44
Binary 0 10110111 10001010 1100100 0 11001 11100 10100101 1100100 100100

Color Harmonies of #00B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B78A

Black with #00B78A

Text Example


Text Example

White with #00B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B78A; }

 p { color: rgb(0,183,138); }

 H1.HeaderClassName
 {
   color: #00B78A;
 }
 .AnyTagClassName
 {
   color: #00B78A;
 }
</style>

background-color css

<style>
 a { background-color: #00B78A; }

 a { background-color: rgb(0,183,138); }

 div.DivClassName
 {
   background-color: #00B78A;
 }
 .BgClassName
 {
   background-color: #00B78A;
 }
</style>

border-color css

<style>
 span { border-color: #00B78A; }

 span { border-color: rgb(0,183,138); }

 td.TdClassName
 {
   border-color: #00B78A;
 }
 .TagClassName
 {
   border-color: #00B78A;
 }
</style>