Html Css Color HEX #78BE8E Bay Leaf

📋 copy color: '#78BE8E'

red 120 ◦ green 190 ◦ blue 142

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

Shades of Bay Leaf #78BE8E

Tints of Bay Leaf #78BE8E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 26.55%
G = 42.04%
B = 31.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#78BE8E (or 0x78BE8E) is known color: Bay Leaf. HEX triplet: 78, BE and 8E. RGB value is (120,190,142). Sum of RGB (Red+Green+Blue) = 120+190+142=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #78BE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BE8E is #874171. Grayscale: #A3A3A3. Windows color (decimal): -8864114 or 9354872. OLE color: 9354872.

HSL color Cylindrical-coordinate representation of color #78BE8E: hue angle of 138.86º degrees, saturation: 0.35, 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 #78BE8E is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 190 142 -
CMYK 0.37 0 0.25 0.25
HSL 138.86º 0.35% 0.61% -
HSV(B) 138.86º 0.37% 0.75% -
XYZ 31.04 42.77 32.21 -
YUV 163.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 120 190 142 0.37 0 0.25 0.25 138.86 0.35 0.61
Hex 78 BE 8E 25 0 19 19 8B 23 3D
Octal 170 276 216 45 0 31 31 213 43 75
Binary 1111000 10111110 10001110 100101 0 11001 11001 10001011 100011 111101

Color Harmonies of #78BE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BE8E

Black with #78BE8E

Text Example


Text Example

White with #78BE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,190,142); }

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

background-color css

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

 a { background-color: rgb(120,190,142); }

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

border-color css

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

 span { border-color: rgb(120,190,142); }

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