#689225

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

Shades of Olive Drab #689225

Tints of Olive Drab #689225

Color information

#689225 (or 0x689225) is unknown color: approx Olive Drab. HEX triplet: 68, 92 and 25. RGB value is (104,146,37). Sum of RGB (Red+Green+Blue) = 104+146+37=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #689225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689225 is #976DDA. Grayscale: #797979. Windows color (decimal): -9924059 or 2462312. OLE color: 2462312.

HSL color Cylindrical-coordinate representation of color #689225: hue angle of 83.12º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #689225 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB10414637-
CMYK0.2900.750.43
HSL83.12º59.56%35.88%-
HSV(B)83.12º74.66%57.25%-
XYZ16.3223.635.45-
YUV121.0280.59115.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 146 (57.42% from 255) = 50.87%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=36.24%
G=50.87%
B=12.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146370.2900.750.4383.1259.5635.88
Hex6892251D04B2B533c24
Octal15022245350113531237444
Binary11010001001001010010111101010010111010111010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689225; }

 p { color: rgb(104,146,37); }

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

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

 a { background-color: rgb(104,146,37); }

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

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

 span { border-color: rgb(104,146,37); }

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