#687204

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

Shades of Olive #687204

Tints of Olive #687204

Color information

#687204 (or 0x687204) is unknown color: approx Olive. HEX triplet: 68, 72 and 04. RGB value is (104,114,4). Sum of RGB (Red+Green+Blue) = 104+114+4=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #687204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687204 is #978DFB. Grayscale: #626262. Windows color (decimal): -9932284 or 291432. OLE color: 291432.

HSL color Cylindrical-coordinate representation of color #687204: hue angle of 65.45º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687204 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1041144-
CMYK0.0900.960.55
HSL65.45º93.22%23.14%-
HSV(B)65.45º96.49%44.71%-
XYZ11.7514.992.39-
YUV98.4774.69131.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 4 (1.95% from 255) = 1.80%
R=46.85%
G=51.35%
B=1.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10411440.0900.960.5565.4593.2223.14
Hex68724906037415d17
Octal15016241101406710113527
Binary110100011100101001001011000001101111000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687204; }

 p { color: rgb(104,114,4); }

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

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

 a { background-color: rgb(104,114,4); }

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

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

 span { border-color: rgb(104,114,4); }

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