#689125

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

Shades of Olive Drab #689125

Tints of Olive Drab #689125

Color information

#689125 (or 0x689125) is unknown color: approx Olive Drab. HEX triplet: 68, 91 and 25. RGB value is (104,145,37). Sum of RGB (Red+Green+Blue) = 104+145+37=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #689125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689125 is #976EDA. Grayscale: #787878. Windows color (decimal): -9924315 or 2462056. OLE color: 2462056.

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

Color convert

RGB10414537-
CMYK0.2800.740.43
HSL82.78º59.34%35.69%-
HSV(B)82.78º74.48%56.86%-
XYZ16.1723.335.4-
YUV120.4380.92116.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 145 (57.03% from 255) = 50.70%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=36.36%
G=50.70%
B=12.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104145370.2800.740.4382.7859.3435.69
Hex6891251C04A2B533b24
Octal15022145340112531237344
Binary11010001001000110010111100010010101010111010011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689125; }

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

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

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

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

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

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

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

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