#688105

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

Shades of Olive #688105

Tints of Olive #688105

Color information

#688105 (or 0x688105) is unknown color: approx Olive. HEX triplet: 68, 81 and 05. RGB value is (104,129,5). Sum of RGB (Red+Green+Blue) = 104+129+5=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #688105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688105 is #977EFA. Grayscale: #6B6B6B. Windows color (decimal): -9928443 or 360808. OLE color: 360808.

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

Color convert

RGB1041295-
CMYK0.1900.960.49
HSL72.1º92.54%26.27%-
HSV(B)72.1º96.12%50.59%-
XYZ13.5918.653.03-
YUV107.3970.22125.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 129 (50.78% from 255) = 54.20%
BLUE value IS 5 (2.34% from 255) = 2.10%
R=43.70%
G=54.20%
B=2.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10412950.1900.960.4972.192.5426.27
Hex688151306031485d1a
Octal15020152301406111013532
Binary11010001000000110110011011000001100011001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688105; }

 p { color: rgb(104,129,5); }

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

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

 a { background-color: rgb(104,129,5); }

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

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

 span { border-color: rgb(104,129,5); }

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