#78AF82

Color #78AF82 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #78AF82

Tints of Bay Leaf #78AF82

Color information

#78AF82 (or 0x78AF82) is unknown color: approx Bay Leaf. HEX triplet: 78, AF and 82. RGB value is (120,175,130). Sum of RGB (Red+Green+Blue) = 120+175+130=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF82 is #87507D. Grayscale: #999999. Windows color (decimal): -8867966 or 8564600. OLE color: 8564600.

HSL color Cylindrical-coordinate representation of color #78AF82: hue angle of 130.91º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AF82 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB120175130-
CMYK0.3100.260.31
HSL130.91º25.58%57.84%-
HSV(B)130.91º31.43%68.63%-
XYZ27.136.2626.69-
YUV153.42114.78104.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.24%
GREEN value IS 175 (68.75% from 255) = 41.18%
BLUE value IS 130 (51.17% from 255) = 30.59%
R=28.24%
G=41.18%
B=30.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751300.3100.260.31130.9125.5857.84
Hex78AF821F01A1F831a3a
Octal17025720237032372033272
Binary1111000101011111000001011111011010111111000001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,130); }

 H1.HeaderClassName
 {
   color: #78AF82;
 }
 .AnyTagClassName
 {
   color: #78AF82;
 }
</style>
background-color css

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

 a { background-color: rgb(120,175,130); }

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

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

 span { border-color: rgb(120,175,130); }

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