#6B916F

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

Shades of Laurel #6B916F

Tints of Laurel #6B916F

Color information

#6B916F (or 0x6B916F) is unknown color: approx Laurel. HEX triplet: 6B, 91 and 6F. RGB value is (107,145,111). Sum of RGB (Red+Green+Blue) = 107+145+111=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #6B916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B916F is #946E90. Grayscale: #818181. Windows color (decimal): -9727633 or 7311723. OLE color: 7311723.

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

Color convert

RGB107145111-
CMYK0.2600.230.43
HSL126.32º15.08%49.41%-
HSV(B)126.32º26.21%56.86%-
XYZ19.0624.5218.77-
YUV129.76117.41111.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 111 (43.75% from 255) = 30.58%
R=29.48%
G=39.94%
B=30.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071451110.2600.230.43126.3215.0849.41
Hex6B916F1A0172B7ef31
Octal15322115732027531761761
Binary11010111001000111011111101001011110101111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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