#759625

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

Shades of Olive Drab #759625

Tints of Olive Drab #759625

Color information

#759625 (or 0x759625) is unknown color: approx Olive Drab. HEX triplet: 75, 96 and 25. RGB value is (117,150,37). Sum of RGB (Red+Green+Blue) = 117+150+37=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #759625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759625 is #8A69DA. Grayscale: #7F7F7F. Windows color (decimal): -9071067 or 2463349. OLE color: 2463349.

HSL color Cylindrical-coordinate representation of color #759625: hue angle of 77.52º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #759625 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB11715037-
CMYK0.2200.750.41
HSL77.52º60.43%36.67%-
HSV(B)77.52º75.33%58.82%-
XYZ18.5825.735.74-
YUV127.2577.07120.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=38.49%
G=49.34%
B=12.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117150370.2200.750.4177.5260.4336.67
Hex7596251604B294e3c25
Octal16522645260113511167445
Binary11101011001011010010110110010010111010011001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759625; }

 p { color: rgb(117,150,37); }

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

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

 a { background-color: rgb(117,150,37); }

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

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

 span { border-color: rgb(117,150,37); }

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