#6E9F6C

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

Shades of Laurel #6E9F6C

Tints of Laurel #6E9F6C

Color information

#6E9F6C (or 0x6E9F6C) is unknown color: approx Laurel. HEX triplet: 6E, 9F and 6C. RGB value is (110,159,108). Sum of RGB (Red+Green+Blue) = 110+159+108=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #6E9F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9F6C is #916093. Grayscale: #8A8A8A. Windows color (decimal): -9527444 or 7118702. OLE color: 7118702.

HSL color Cylindrical-coordinate representation of color #6E9F6C: hue angle of 117.65º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E9F6C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB110159108-
CMYK0.3100.320.38
HSL117.65º20.99%52.35%-
HSV(B)117.65º32.08%62.35%-
XYZ21.5429.1918.69-
YUV138.54110.77107.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.18%
GREEN value IS 159 (62.5% from 255) = 42.18%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=29.18%
G=42.18%
B=28.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101591080.3100.320.38117.6520.9952.35
Hex6E9F6C1F02026761534
Octal15623715437040461662564
Binary1101110100111111101100111110100000100110111011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,159,108); }

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

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

 a { background-color: rgb(110,159,108); }

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

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

 span { border-color: rgb(110,159,108); }

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