#6B926F

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

Shades of Laurel #6B926F

Tints of Laurel #6B926F

Color information

#6B926F (or 0x6B926F) is unknown color: approx Laurel. HEX triplet: 6B, 92 and 6F. RGB value is (107,146,111). Sum of RGB (Red+Green+Blue) = 107+146+111=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #6B926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B926F is #946D90. Grayscale: #828282. Windows color (decimal): -9727377 or 7311979. OLE color: 7311979.

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

Color convert

RGB107146111-
CMYK0.2700.240.43
HSL126.15º15.42%49.61%-
HSV(B)126.15º26.71%57.25%-
XYZ19.2124.8318.82-
YUV130.35117.08111.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=29.40%
G=40.11%
B=30.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071461110.2700.240.43126.1515.4249.61
Hex6B926F1B0182B7ef32
Octal15322215733030531761762
Binary11010111001001011011111101101100010101111111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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