#6F6702

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

Shades of Olive #6F6702

Tints of Olive #6F6702

Color information

#6F6702 (or 0x6F6702) is unknown color: approx Olive. HEX triplet: 6F, 67 and 02. RGB value is (111,103,2). Sum of RGB (Red+Green+Blue) = 111+103+2=216 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.39% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6702 is #9098FD. Grayscale: #5E5E5E. Windows color (decimal): -9476350 or 157551. OLE color: 157551.

HSL color Cylindrical-coordinate representation of color #6F6702: hue angle of 55.6º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F6702 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1111032-
CMYK00.070.980.56
HSL55.6º96.46%22.16%-
HSV(B)55.6º98.2%43.53%-
XYZ11.4213.081.98-
YUV93.8876.15140.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.39%
GREEN value IS 103 (40.62% from 255) = 47.69%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=51.39%
G=47.69%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111103200.070.980.5655.696.4622.16
Hex6F672076238386016
Octal157147207142707014026
Binary110111111001111001111100010111000111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,2); }

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

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

 a { background-color: rgb(111,103,2); }

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

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

 span { border-color: rgb(111,103,2); }

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