#6F8C6D

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

Shades of Laurel #6F8C6D

Tints of Laurel #6F8C6D

Color information

#6F8C6D (or 0x6F8C6D) is unknown color: approx Laurel. HEX triplet: 6F, 8C and 6D. RGB value is (111,140,109). Sum of RGB (Red+Green+Blue) = 111+140+109=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8C6D is #907392. Grayscale: #7F7F7F. Windows color (decimal): -9466771 or 7179375. OLE color: 7179375.

HSL color Cylindrical-coordinate representation of color #6F8C6D: hue angle of 116.13º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8C6D is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB111140109-
CMYK0.2100.220.45
HSL116.13º12.45%48.82%-
HSV(B)116.13º22.14%54.9%-
XYZ18.6923.2417.97-
YUV127.8117.39116.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=30.83%
G=38.89%
B=30.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111401090.2100.220.45116.1312.4548.82
Hex6F8C6D150162D74c31
Octal15721415525026551641461
Binary11011111000110011011011010101011010110111101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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