#6A9B66

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

Shades of Laurel #6A9B66

Tints of Laurel #6A9B66

Color information

#6A9B66 (or 0x6A9B66) is unknown color: approx Laurel. HEX triplet: 6A, 9B and 66. RGB value is (106,155,102). Sum of RGB (Red+Green+Blue) = 106+155+102=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #6A9B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9B66 is #956499. Grayscale: #868686. Windows color (decimal): -9790618 or 6724458. OLE color: 6724458.

HSL color Cylindrical-coordinate representation of color #6A9B66: hue angle of 115.47º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6A9B66 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB106155102-
CMYK0.3200.340.39
HSL115.47º20.95%50.39%-
HSV(B)115.47º34.19%60.78%-
XYZ20.0627.4716.81-
YUV134.31109.77107.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.20%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=29.20%
G=42.70%
B=28.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1061551020.3200.340.39115.4720.9550.39
Hex6A9B662002227731532
Octal15223314640042471632562
Binary11010101001101111001101000000100010100111111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,155,102); }

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

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

 a { background-color: rgb(106,155,102); }

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

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

 span { border-color: rgb(106,155,102); }

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