#688600

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

Shades of Olive #688600

Tints of Olive #688600

Color information

#688600 (or 0x688600) is unknown color: approx Olive. HEX triplet: 68, 86 and 00. RGB value is (104,134,0). Sum of RGB (Red+Green+Blue) = 104+134+0=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #688600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688600 is #9779FF. Grayscale: #6E6E6E. Windows color (decimal): -9927168 or 34408. OLE color: 34408.

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

Color convert

RGB1041340-
CMYK0.22010.47
HSL73.43º100%26.27%-
HSV(B)73.43º100%52.55%-
XYZ14.2319.993.11-
YUV109.7566.06123.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.70%
G=56.30%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10413400.22010.4773.4310026.27
Hex68860160642F49641a
Octal15020602601445711114432
Binary110100010000110010110011001001011111001001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688600; }

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

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

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

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

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

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

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

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