#688306

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

Shades of Olive #688306

Tints of Olive #688306

Color information

#688306 (or 0x688306) is unknown color: approx Olive. HEX triplet: 68, 83 and 06. RGB value is (104,131,6). Sum of RGB (Red+Green+Blue) = 104+131+6=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #688306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688306 is #977CF9. Grayscale: #6D6D6D. Windows color (decimal): -9927930 or 426856. OLE color: 426856.

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

Color convert

RGB1041316-
CMYK0.2100.950.49
HSL72.96º91.24%26.86%-
HSV(B)72.96º95.42%51.37%-
XYZ13.8619.193.15-
YUV108.6870.05124.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 131 (51.56% from 255) = 54.36%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=43.15%
G=54.36%
B=2.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10413160.2100.950.4972.9691.2426.86
Hex688361505F31495b1b
Octal15020362501376111113333
Binary11010001000001111010101010111111100011001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688306; }

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

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

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

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

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

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

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

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