Html Css Color HEX #759020 Olive Drab

📋 copy color: '#759020'

red 117 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #759020

Tints of Olive Drab #759020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 39.93%
G = 49.15%
B = 10.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#759020 (or 0x759020) is known color: Olive Drab. HEX triplet: 75, 90 and 20. RGB value is (117,144,32). Sum of RGB (Red+Green+Blue) = 117+144+32=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #759020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759020 is #8A6FDF. Grayscale: #7B7B7B. Windows color (decimal): -9072608 or 2134133. OLE color: 2134133.

HSL color Cylindrical-coordinate representation of color #759020: hue angle of 74.46º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #759020 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 32 -
CMYK 0.19 0 0.78 0.44
HSL 74.46º 0.64% 0.35% -
HSV(B) 74.46º 0.78% 0.56% -
XYZ 17.57 23.83 5.04 -
YUV 123.16 76.55 123.61 -
System Red Green Blue C M Y K H S L
Decimal 117 144 32 0.19 0 0.78 0.44 74.46 0.64 0.35
Hex 75 90 20 13 0 4E 2C 4A 40 23
Octal 165 220 40 23 0 116 54 112 100 43
Binary 1110101 10010000 100000 10011 0 1001110 101100 1001010 1000000 100011

Color Harmonies of #759020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759020

Black with #759020

Text Example


Text Example

White with #759020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759020; }

 p { color: rgb(117,144,32); }

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

background-color css

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

 a { background-color: rgb(117,144,32); }

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

border-color css

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

 span { border-color: rgb(117,144,32); }

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