#6B6204

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

Shades of Olive #6B6204

Tints of Olive #6B6204

Color information

#6B6204 (or 0x6B6204) is unknown color: approx Olive. HEX triplet: 6B, 62 and 04. RGB value is (107,98,4). Sum of RGB (Red+Green+Blue) = 107+98+4=209 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.20% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B6204 is #949DFB. Grayscale: #5A5A5A. Windows color (decimal): -9739772 or 287339. OLE color: 287339.

HSL color Cylindrical-coordinate representation of color #6B6204: hue angle of 54.76º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B6204 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB107984-
CMYK00.080.960.58
HSL54.76º92.79%21.76%-
HSV(B)54.76º96.26%41.96%-
XYZ10.4511.871.86-
YUV89.9879.48140.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 51.20%
GREEN value IS 98 (38.67% from 255) = 46.89%
BLUE value IS 4 (1.95% from 255) = 1.91%
R=51.20%
G=46.89%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10798400.080.960.5854.7692.7921.76
Hex6B62408603A375d16
Octal1531424010140726713526
Binary11010111100010100010001100000111010110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,4); }

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

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

 a { background-color: rgb(107,98,4); }

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

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

 span { border-color: rgb(107,98,4); }

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