#678204

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

Shades of Olive #678204

Tints of Olive #678204

Color information

#678204 (or 0x678204) is unknown color: approx Olive. HEX triplet: 67, 82 and 04. RGB value is (103,130,4). Sum of RGB (Red+Green+Blue) = 103+130+4=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #678204 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678204 is #987DFB. Grayscale: #6C6C6C. Windows color (decimal): -9993724 or 295527. OLE color: 295527.

HSL color Cylindrical-coordinate representation of color #678204: hue angle of 72.86º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #678204 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1031304-
CMYK0.2100.970.49
HSL72.86º94.03%26.27%-
HSV(B)72.86º96.92%50.98%-
XYZ13.618.863.04-
YUV107.5669.55124.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.46%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=43.46%
G=54.85%
B=1.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10313040.2100.970.4972.8694.0326.27
Hex678241506131495e1a
Octal14720242501416111113632
Binary11001111000001010010101011000011100011001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678204; }

 p { color: rgb(103,130,4); }

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

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

 a { background-color: rgb(103,130,4); }

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

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

 span { border-color: rgb(103,130,4); }

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