#688203

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

Shades of Olive #688203

Tints of Olive #688203

Color information

#688203 (or 0x688203) is unknown color: approx Olive. HEX triplet: 68, 82 and 03. RGB value is (104,130,3). Sum of RGB (Red+Green+Blue) = 104+130+3=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #688203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688203 is #977DFC. Grayscale: #6C6C6C. Windows color (decimal): -9928189 or 229992. OLE color: 229992.

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

Color convert

RGB1041303-
CMYK0.200.980.49
HSL72.28º95.49%26.08%-
HSV(B)72.28º97.69%50.98%-
XYZ13.7118.913.01-
YUV107.7568.89125.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 130 (51.17% from 255) = 54.85%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=43.88%
G=54.85%
B=1.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10413030.200.980.4972.2895.4926.08
Hex688231406231485f1a
Octal15020232401426111013732
Binary1101000100000101110100011000101100011001000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688203; }

 p { color: rgb(104,130,3); }

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

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

 a { background-color: rgb(104,130,3); }

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

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

 span { border-color: rgb(104,130,3); }

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