#6F936B

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

Shades of Laurel #6F936B

Tints of Laurel #6F936B

Color information

#6F936B (or 0x6F936B) is unknown color: approx Laurel. HEX triplet: 6F, 93 and 6B. RGB value is (111,147,107). Sum of RGB (Red+Green+Blue) = 111+147+107=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #6F936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F936B is #906C94. Grayscale: #838383. Windows color (decimal): -9464981 or 7050095. OLE color: 7050095.

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

Color convert

RGB111147107-
CMYK0.2400.270.42
HSL114º15.75%49.8%-
HSV(B)114º27.21%57.65%-
XYZ19.6425.3117.76-
YUV131.68114.07113.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.41%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 29.32%
R=30.41%
G=40.27%
B=29.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471070.2400.270.4211415.7549.8
Hex6F936B1801B2A721032
Octal15722315330033521622062
Binary110111110010011110101111000011011101010111001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F936B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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