#6F6A08

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

Shades of Olive #6F6A08

Tints of Olive #6F6A08

Color information

#6F6A08 (or 0x6F6A08) is unknown color: approx Olive. HEX triplet: 6F, 6A and 08. RGB value is (111,106,8). Sum of RGB (Red+Green+Blue) = 111+106+8=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6A08 is #9095F7. Grayscale: #606060. Windows color (decimal): -9475576 or 551535. OLE color: 551535.

HSL color Cylindrical-coordinate representation of color #6F6A08: hue angle of 57.09º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F6A08 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB1111068-
CMYK00.050.930.56
HSL57.09º86.55%23.33%-
HSV(B)57.09º92.79%43.53%-
XYZ11.7513.712.26-
YUV96.3278.16138.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 8 (3.52% from 255) = 3.56%
R=49.33%
G=47.11%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111106800.050.930.5657.0986.5523.33
Hex6F6A8055D38395717
Octal1571521005135707112727
Binary11011111101010100001011011101111000111001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,8); }

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

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

 a { background-color: rgb(111,106,8); }

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

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

 span { border-color: rgb(111,106,8); }

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