#6F7205

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

Shades of Olive #6F7205

Tints of Olive #6F7205

Color information

#6F7205 (or 0x6F7205) is unknown color: approx Olive. HEX triplet: 6F, 72 and 05. RGB value is (111,114,5). Sum of RGB (Red+Green+Blue) = 111+114+5=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7205 is #908DFA. Grayscale: #656565. Windows color (decimal): -9473531 or 356975. OLE color: 356975.

HSL color Cylindrical-coordinate representation of color #6F7205: hue angle of 61.65º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F7205 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1111145-
CMYK0.0300.960.55
HSL61.65º91.6%23.33%-
HSV(B)61.65º95.61%44.71%-
XYZ12.615.432.46-
YUV100.6874.01135.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.26%
GREEN value IS 114 (44.92% from 255) = 49.57%
BLUE value IS 5 (2.34% from 255) = 2.17%
R=48.26%
G=49.57%
B=2.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11111450.0300.960.5561.6591.623.33
Hex6F7253060373e5c17
Octal157162530140677613427
Binary110111111100101011101100000110111111110101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,5); }

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

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

 a { background-color: rgb(111,114,5); }

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

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

 span { border-color: rgb(111,114,5); }

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