#78AF7D

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

Shades of Bay Leaf #78AF7D

Tints of Bay Leaf #78AF7D

Color information

#78AF7D (or 0x78AF7D) is unknown color: approx Bay Leaf. HEX triplet: 78, AF and 7D. RGB value is (120,175,125). Sum of RGB (Red+Green+Blue) = 120+175+125=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AF7D is #875082. Grayscale: #999999. Windows color (decimal): -8867971 or 8236920. OLE color: 8236920.

HSL color Cylindrical-coordinate representation of color #78AF7D: hue angle of 125.45º 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 #78AF7D is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB120175125-
CMYK0.3100.290.31
HSL125.45º25.58%57.84%-
HSV(B)125.45º31.43%68.63%-
XYZ26.7836.1324.97-
YUV152.85112.28104.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 41.67%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=28.57%
G=41.67%
B=29.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751250.3100.290.31125.4525.5857.84
Hex78AF7D1F01D1F7d1a3a
Octal17025717537035371753272
Binary11110001010111111111011111101110111111111110111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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