#6F6200

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

Shades of Olive #6F6200

Tints of Olive #6F6200

Color information

#6F6200 (or 0x6F6200) is unknown color: approx Olive. HEX triplet: 6F, 62 and 00. RGB value is (111,98,0). Sum of RGB (Red+Green+Blue) = 111+98+0=209 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.11% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6200 is #909DFF. Grayscale: #5B5B5B. Windows color (decimal): -9477632 or 25199. OLE color: 25199.

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

Color convert

RGB111980-
CMYK00.1210.56
HSL52.97º100%21.76%-
HSV(B)52.97º100%43.53%-
XYZ10.9212.111.76-
YUV90.7276.81142.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.11%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.11%
G=46.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11198000.1210.5652.9710021.76
Hex6F6200C6438356416
Octal1571420014144706514426
Binary110111111000100011001100100111000110101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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