#688300

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

Shades of Olive #688300

Tints of Olive #688300

Color information

#688300 (or 0x688300) is unknown color: approx Olive. HEX triplet: 68, 83 and 00. RGB value is (104,131,0). Sum of RGB (Red+Green+Blue) = 104+131+0=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 131 (51.56% from 255 or 55.74% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 131 - color contains mainly: green. Hex color #688300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688300 is #977CFF. Grayscale: #6C6C6C. Windows color (decimal): -9927936 or 33640. OLE color: 33640.

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

Color convert

RGB1041310-
CMYK0.21010.49
HSL72.37º100%25.69%-
HSV(B)72.37º100%51.37%-
XYZ13.8319.182.97-
YUV107.9967.05125.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 131 (51.56% from 255) = 55.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.26%
G=55.74%
B=0%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10413100.21010.4972.3710025.69
Hex68830150643148641a
Octal15020302501446111014432
Binary110100010000011010101011001001100011001000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688300; }

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

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

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

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

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

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

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

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