#689500

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

Shades of Olive Drab #689500

Tints of Olive Drab #689500

Color information

#689500 (or 0x689500) is unknown color: approx Olive Drab. HEX triplet: 68, 95 and 00. RGB value is (104,149,0). Sum of RGB (Red+Green+Blue) = 104+149+0=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #689500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689500 is #976AFF. Grayscale: #777777. Windows color (decimal): -9923328 or 38248. OLE color: 38248.

HSL color Cylindrical-coordinate representation of color #689500: hue angle of 78.12º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #689500 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1041490-
CMYK0.30010.42
HSL78.12º100%29.22%-
HSV(B)78.12º100%58.43%-
XYZ16.4624.443.85-
YUV118.5661.09117.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.11%
G=58.89%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10414900.30010.4278.1210029.22
Hex689501E0642A4e641d
Octal15022503601445211614435
Binary110100010010101011110011001001010101001110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689500; }

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

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

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

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

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

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

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

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