#6F6602

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

Shades of Olive #6F6602

Tints of Olive #6F6602

Color information

#6F6602 (or 0x6F6602) is unknown color: approx Olive. HEX triplet: 6F, 66 and 02. RGB value is (111,102,2). Sum of RGB (Red+Green+Blue) = 111+102+2=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6602 is #9099FD. Grayscale: #5D5D5D. Windows color (decimal): -9476606 or 157295. OLE color: 157295.

HSL color Cylindrical-coordinate representation of color #6F6602: hue angle of 55.05º 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 #6F6602 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB1111022-
CMYK00.080.980.56
HSL55.05º96.46%22.16%-
HSV(B)55.05º98.2%43.53%-
XYZ11.3212.891.95-
YUV93.2976.48140.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.63%
GREEN value IS 102 (40.23% from 255) = 47.44%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=51.63%
G=47.44%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111102200.080.980.5655.0596.4622.16
Hex6F662086238376016
Octal1571462010142706714026
Binary1101111110011010010001100010111000110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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