#6F763F

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

Shades of Woodland #6F763F

Tints of Woodland #6F763F

Color information

#6F763F (or 0x6F763F) is unknown color: approx Woodland. HEX triplet: 6F, 76 and 3F. RGB value is (111,118,63). Sum of RGB (Red+Green+Blue) = 111+118+63=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #6F763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F763F is #9089C0. Grayscale: #6D6D6D. Windows color (decimal): -9472449 or 4159087. OLE color: 4159087.

HSL color Cylindrical-coordinate representation of color #6F763F: hue angle of 67.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F763F is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11111863-
CMYK0.0600.470.54
HSL67.64º30.39%35.49%-
HSV(B)67.64º46.61%46.27%-
XYZ13.9316.77.19-
YUV109.64101.68128.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 63 (25% from 255) = 21.58%
R=38.01%
G=40.41%
B=21.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111118630.0600.470.5467.6430.3935.49
Hex6F763F602F36441e23
Octal157166776057661043643
Binary110111111101101111111100101111110110100010011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,63); }

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

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

 a { background-color: rgb(111,118,63); }

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

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

 span { border-color: rgb(111,118,63); }

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