#678104

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

Shades of Olive #678104

Tints of Olive #678104

Color information

#678104 (or 0x678104) is unknown color: approx Olive. HEX triplet: 67, 81 and 04. RGB value is (103,129,4). Sum of RGB (Red+Green+Blue) = 103+129+4=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 129 (50.78% from 255 or 54.66% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 129 - color contains mainly: green. Hex color #678104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678104 is #987EFB. Grayscale: #6B6B6B. Windows color (decimal): -9993980 or 295271. OLE color: 295271.

HSL color Cylindrical-coordinate representation of color #678104: hue angle of 72.48º 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 #678104 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB1031294-
CMYK0.2000.970.49
HSL72.48º93.98%26.08%-
HSV(B)72.48º96.9%50.59%-
XYZ13.4718.592.99-
YUV106.9869.89125.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.64%
GREEN value IS 129 (50.78% from 255) = 54.66%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=43.64%
G=54.66%
B=1.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10312940.2000.970.4972.4893.9826.08
Hex678141406131485e1a
Octal14720142401416111013632
Binary11001111000000110010100011000011100011001000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678104; }

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

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

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

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

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

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

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

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