Html Css Color HEX #78BF8C Bay Leaf

📋 copy color: '#78BF8C'

red 120 ◦ green 191 ◦ blue 140

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

Shades of Bay Leaf #78BF8C

Tints of Bay Leaf #78BF8C

RGB

 RED value IS 120 (47.27% from 255) = 26.61%

 GREEN value IS 191 (75% from 255) = 42.35%

 BLUE value IS 140 (55.08% from 255) = 31.04%

R = 26.61%
G = 42.35%
B = 31.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#78BF8C (or 0x78BF8C) is known color: Bay Leaf. HEX triplet: 78, BF and 8C. RGB value is (120,191,140). Sum of RGB (Red+Green+Blue) = 120+191+140=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BF8C is #874073. Grayscale: #A4A4A4. Windows color (decimal): -8863860 or 9224056. OLE color: 9224056.

HSL color Cylindrical-coordinate representation of color #78BF8C: hue angle of 136.9º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #78BF8C is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 191 140 -
CMYK 0.37 0 0.27 0.25
HSL 136.9º 0.36% 0.61% -
HSV(B) 136.9º 0.37% 0.75% -
XYZ 31.11 43.15 31.5 -
YUV 163.96 114.48 96.65 -
System Red Green Blue C M Y K H S L
Decimal 120 191 140 0.37 0 0.27 0.25 136.9 0.36 0.61
Hex 78 BF 8C 25 0 1B 19 89 24 3D
Octal 170 277 214 45 0 33 31 211 44 75
Binary 1111000 10111111 10001100 100101 0 11011 11001 10001001 100100 111101

Color Harmonies of #78BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BF8C

Black with #78BF8C

Text Example


Text Example

White with #78BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78BF8C; }

 p { color: rgb(120,191,140); }

 H1.HeaderClassName
 {
   color: #78BF8C;
 }
 .AnyTagClassName
 {
   color: #78BF8C;
 }
</style>

background-color css

<style>
 a { background-color: #78BF8C; }

 a { background-color: rgb(120,191,140); }

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

border-color css

<style>
 span { border-color: #78BF8C; }

 span { border-color: rgb(120,191,140); }

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