#6AAF83

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

Shades of Bay Leaf #6AAF83

Tints of Bay Leaf #6AAF83

Color information

#6AAF83 (or 0x6AAF83) is unknown color: approx Bay Leaf. HEX triplet: 6A, AF and 83. RGB value is (106,175,131). Sum of RGB (Red+Green+Blue) = 106+175+131=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAF83 is #95507C. Grayscale: #959595. Windows color (decimal): -9785469 or 8630122. OLE color: 8630122.

HSL color Cylindrical-coordinate representation of color #6AAF83: hue angle of 141.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAF83 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB106175131-
CMYK0.3900.250.31
HSL141.74º30.13%55.1%-
HSV(B)141.74º39.43%68.63%-
XYZ25.3735.3626.96-
YUV149.35117.6497.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.73%
GREEN value IS 175 (68.75% from 255) = 42.48%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=25.73%
G=42.48%
B=31.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061751310.3900.250.31141.7430.1355.1
Hex6AAF83270191F8e1e37
Octal15225720347031372163667
Binary11010101010111110000011100111011001111111000111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AAF83; }

 p { color: rgb(106,175,131); }

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

<style>
 a { background-color: #6AAF83; }

 a { background-color: rgb(106,175,131); }

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

<style>
 span { border-color: #6AAF83; }

 span { border-color: rgb(106,175,131); }

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