#6F6102

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

Shades of Olive #6F6102

Tints of Olive #6F6102

Color information

#6F6102 (or 0x6F6102) is unknown color: approx Olive. HEX triplet: 6F, 61 and 02. RGB value is (111,97,2). Sum of RGB (Red+Green+Blue) = 111+97+2=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6102 is #909EFD. Grayscale: #5A5A5A. Windows color (decimal): -9477886 or 156015. OLE color: 156015.

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

Color convert

RGB111972-
CMYK00.130.980.56
HSL52.29º96.46%22.16%-
HSV(B)52.29º98.2%43.53%-
XYZ10.8411.931.79-
YUV90.3678.14142.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 52.86%
GREEN value IS 97 (38.28% from 255) = 46.19%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=52.86%
G=46.19%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11197200.130.980.5652.2996.4622.16
Hex6F6120D6238346016
Octal1571412015142706414026
Binary1101111110000110011011100010111000110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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