Html Css Color HEX #759820 Olive Drab

📋 copy color: '#759820'

red 117 ◦ green 152 ◦ blue 32

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

Shades of Olive Drab #759820

Tints of Olive Drab #759820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.5%

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

R = 38.87%
G = 50.5%
B = 10.63%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#759820 (or 0x759820) is known color: Olive Drab. HEX triplet: 75, 98 and 20. RGB value is (117,152,32). Sum of RGB (Red+Green+Blue) = 117+152+32=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #759820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759820 is #8A67DF. Grayscale: #808080. Windows color (decimal): -9070560 or 2136181. OLE color: 2136181.

HSL color Cylindrical-coordinate representation of color #759820: hue angle of 77.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #759820 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 32 -
CMYK 0.23 0 0.79 0.40
HSL 77.5º 0.65% 0.36% -
HSV(B) 77.5º 0.79% 0.6% -
XYZ 18.83 26.34 5.46 -
YUV 127.86 73.9 120.26 -
System Red Green Blue C M Y K H S L
Decimal 117 152 32 0.23 0 0.79 0.40 77.5 0.65 0.36
Hex 75 98 20 17 0 4F 28 4E 41 24
Octal 165 230 40 27 0 117 50 116 101 44
Binary 1110101 10011000 100000 10111 0 1001111 101000 1001110 1000001 100100

Color Harmonies of #759820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759820

Black with #759820

Text Example


Text Example

White with #759820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759820; }

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

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

background-color css

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

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

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

border-color css

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

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

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