#759725

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

Shades of Olive Drab #759725

Tints of Olive Drab #759725

Color information

#759725 (or 0x759725) is unknown color: approx Olive Drab. HEX triplet: 75, 97 and 25. RGB value is (117,151,37). Sum of RGB (Red+Green+Blue) = 117+151+37=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 151 (59.38% from 255 or 49.51% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 151 - color contains mainly: green. Hex color #759725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759725 is #8A68DA. Grayscale: #808080. Windows color (decimal): -9070811 or 2463605. OLE color: 2463605.

HSL color Cylindrical-coordinate representation of color #759725: hue angle of 77.89º degrees, saturation: 0.61, 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 #759725 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB11715137-
CMYK0.2300.750.41
HSL77.89º60.64%36.86%-
HSV(B)77.89º75.5%59.22%-
XYZ18.7426.055.79-
YUV127.8476.74120.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 151 (59.38% from 255) = 49.51%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=38.36%
G=49.51%
B=12.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117151370.2300.750.4177.8960.6436.86
Hex7597251704B294e3d25
Octal16522745270113511167545
Binary11101011001011110010110111010010111010011001110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759725; }

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

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

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

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

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

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

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

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