#6F926D

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

Shades of Laurel #6F926D

Tints of Laurel #6F926D

Color information

#6F926D (or 0x6F926D) is unknown color: approx Laurel. HEX triplet: 6F, 92 and 6D. RGB value is (111,146,109). Sum of RGB (Red+Green+Blue) = 111+146+109=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #6F926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F926D is #906D92. Grayscale: #838383. Windows color (decimal): -9465235 or 7180911. OLE color: 7180911.

HSL color Cylindrical-coordinate representation of color #6F926D: hue angle of 116.76º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F926D is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB111146109-
CMYK0.2400.250.43
HSL116.76º14.51%50%-
HSV(B)116.76º25.34%57.25%-
XYZ19.5925.0418.27-
YUV131.32115.4113.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 109 (42.97% from 255) = 29.78%
R=30.33%
G=39.89%
B=29.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461090.2400.250.43116.7614.5150
Hex6F926D180192B75f32
Octal15722215530031531651762
Binary11011111001001011011011100001100110101111101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,109); }

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

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

 a { background-color: rgb(111,146,109); }

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

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

 span { border-color: rgb(111,146,109); }

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