Html Css Color HEX #759324 Olive Drab

📋 copy color: '#759324'

red 117 ◦ green 147 ◦ blue 36

#759324
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #759324

Tints of Olive Drab #759324

RGB

 RED value IS 117 (46.09% from 255) = 39%

 GREEN value IS 147 (57.81% from 255) = 49%

 BLUE value IS 36 (14.45% from 255) = 12%

R = 39%
G = 49%
B = 12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#759324 (or 0x759324) is known color: Olive Drab. HEX triplet: 75, 93 and 24. RGB value is (117,147,36). Sum of RGB (Red+Green+Blue) = 117+147+36=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #759324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759324 is #8A6CDB. Grayscale: #7D7D7D. Windows color (decimal): -9071836 or 2397045. OLE color: 2397045.

HSL color Cylindrical-coordinate representation of color #759324: hue angle of 76.22º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #759324 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 36 -
CMYK 0.20 0 0.76 0.42
HSL 76.22º 0.61% 0.36% -
HSV(B) 76.22º 0.76% 0.58% -
XYZ 18.09 24.78 5.5 -
YUV 125.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 117 147 36 0.20 0 0.76 0.42 76.22 0.61 0.36
Hex 75 93 24 14 0 4C 2A 4C 3D 24
Octal 165 223 44 24 0 114 52 114 75 44
Binary 1110101 10010011 100100 10100 0 1001100 101010 1001100 111101 100100

Color Harmonies of #759324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759324

Black with #759324

Text Example


Text Example

White with #759324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759324; }

 p { color: rgb(117,147,36); }

 H1.HeaderClassName
 {
   color: #759324;
 }
 .AnyTagClassName
 {
   color: #759324;
 }
</style>

background-color css

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

 a { background-color: rgb(117,147,36); }

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

border-color css

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

 span { border-color: rgb(117,147,36); }

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