#78af8a

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

Shades of Bay Leaf #78AF8A

Tints of Bay Leaf #78AF8A

Color information

#78AF8A (or 0x78AF8A) is unknown color: approx Bay Leaf. HEX triplet: 78, AF and 8A. RGB value is (120,175,138). Sum of RGB (Red+Green+Blue) = 120+175+138=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78AF8A is #875075. Grayscale: #9A9A9A. Windows color (decimal): -8867958 or 9088888. OLE color: 9088888.

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

Color convert

RGB120175138-
CMYK0.3100.210.31
HSL139.64º25.58%57.84%-
HSV(B)139.64º31.43%68.63%-
XYZ27.6636.4929.63-
YUV154.34118.78103.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 138 (54.30% from 255) = 31.87%
R=27.71%
G=40.42%
B=31.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1201751380.3100.210.31139.6425.5857.84
Hex78AF8A1F0151F8c1a3a
Octal17025721237025372143272
Binary1111000101011111000101011111010101111111000110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78af8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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