#6F926E

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

Shades of Laurel #6F926E

Tints of Laurel #6F926E

Color information

#6F926E (or 0x6F926E) is unknown color: approx Laurel. HEX triplet: 6F, 92 and 6E. RGB value is (111,146,110). Sum of RGB (Red+Green+Blue) = 111+146+110=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #6F926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F926E is #906D91. Grayscale: #838383. Windows color (decimal): -9465234 or 7246447. OLE color: 7246447.

HSL color Cylindrical-coordinate representation of color #6F926E: hue angle of 118.33º degrees, saturation: 0.14, 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 #6F926E is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB111146110-
CMYK0.2400.250.43
HSL118.33º14.17%50.2%-
HSV(B)118.33º24.66%57.25%-
XYZ19.6525.0618.55-
YUV131.43115.9113.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.25%
GREEN value IS 146 (57.42% from 255) = 39.78%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=30.25%
G=39.78%
B=29.97%

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
Decimal1111461100.2400.250.43118.3314.1750.2
Hex6F926E180192B76e32
Octal15722215630031531661662
Binary11011111001001011011101100001100110101111101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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