Html Css Color HEX #759424 Olive Drab

📋 copy color: '#759424'

red 117 ◦ green 148 ◦ blue 36

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

Shades of Olive Drab #759424

Tints of Olive Drab #759424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.17%

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

R = 38.87%
G = 49.17%
B = 11.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#759424 (or 0x759424) is known color: Olive Drab. HEX triplet: 75, 94 and 24. RGB value is (117,148,36). Sum of RGB (Red+Green+Blue) = 117+148+36=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #759424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759424 is #8A6BDB. Grayscale: #7E7E7E. Windows color (decimal): -9071580 or 2397301. OLE color: 2397301.

HSL color Cylindrical-coordinate representation of color #759424: hue angle of 76.61º 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 #759424 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 36 -
CMYK 0.21 0 0.76 0.42
HSL 76.61º 0.61% 0.36% -
HSV(B) 76.61º 0.76% 0.58% -
XYZ 18.24 25.09 5.55 -
YUV 125.96 77.23 121.61 -
System Red Green Blue C M Y K H S L
Decimal 117 148 36 0.21 0 0.76 0.42 76.61 0.61 0.36
Hex 75 94 24 15 0 4C 2A 4D 3D 24
Octal 165 224 44 25 0 114 52 115 75 44
Binary 1110101 10010100 100100 10101 0 1001100 101010 1001101 111101 100100

Color Harmonies of #759424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759424

Black with #759424

Text Example


Text Example

White with #759424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759424; }

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

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

background-color css

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

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

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

border-color css

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

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

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