#688200

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

Shades of Olive #688200

Tints of Olive #688200

Color information

#688200 (or 0x688200) is unknown color: approx Olive. HEX triplet: 68, 82 and 00. RGB value is (104,130,0). Sum of RGB (Red+Green+Blue) = 104+130+0=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #688200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688200 is #977DFF. Grayscale: #6B6B6B. Windows color (decimal): -9928192 or 33384. OLE color: 33384.

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

Color convert

RGB1041300-
CMYK0.2010.49
HSL72º100%25.49%-
HSV(B)72º100%50.98%-
XYZ13.6918.912.93-
YUV107.4167.39125.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.44%
G=55.56%
B=0%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10413000.2010.497210025.49
Hex688201406431486419
Octal15020202401446111014431
Binary110100010000010010100011001001100011001000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688200; }

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

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

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

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

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

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

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

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