#6F6400

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

Shades of Olive #6F6400

Tints of Olive #6F6400

Color information

#6F6400 (or 0x6F6400) is unknown color: approx Olive. HEX triplet: 6F, 64 and 00. RGB value is (111,100,0). Sum of RGB (Red+Green+Blue) = 111+100+0=211 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.61% from 211); Green value is 100 (39.45% from 255 or 47.39% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6400 is #909BFF. Grayscale: #5C5C5C. Windows color (decimal): -9477120 or 25711. OLE color: 25711.

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

Color convert

RGB1111000-
CMYK00.1010.56
HSL54.05º100%21.76%-
HSV(B)54.05º100%43.53%-
XYZ11.1112.491.83-
YUV91.8976.14141.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.61%
GREEN value IS 100 (39.45% from 255) = 47.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.61%
G=47.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111100000.1010.5654.0510021.76
Hex6F6400A6438366416
Octal1571440012144706614426
Binary110111111001000010101100100111000110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,0); }

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

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

 a { background-color: rgb(111,100,0); }

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

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

 span { border-color: rgb(111,100,0); }

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