#68AF81

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

Shades of Bay Leaf #68AF81

Tints of Bay Leaf #68AF81

Color information

#68AF81 (or 0x68AF81) is unknown color: approx Bay Leaf. HEX triplet: 68, AF and 81. RGB value is (104,175,129). Sum of RGB (Red+Green+Blue) = 104+175+129=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF81 is #97507E. Grayscale: #949494. Windows color (decimal): -9916543 or 8499048. OLE color: 8499048.

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

Color convert

RGB104175129-
CMYK0.4100.260.31
HSL141.13º30.74%54.71%-
HSV(B)141.13º40.57%68.63%-
XYZ2535.1926.24-
YUV148.53116.9896.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.49%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=25.49%
G=42.89%
B=31.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041751290.4100.260.31141.1330.7454.71
Hex68AF812901A1F8d1f37
Octal15025720151032372153767
Binary11010001010111110000001101001011010111111000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68AF81; }

 p { color: rgb(104,175,129); }

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

<style>
 a { background-color: #68AF81; }

 a { background-color: rgb(104,175,129); }

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

<style>
 span { border-color: #68AF81; }

 span { border-color: rgb(104,175,129); }

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