Html Css Color HEX #759B20 Olive Drab

📋 copy color: '#759B20'

red 117 ◦ green 155 ◦ blue 32

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

Shades of Olive Drab #759B20

Tints of Olive Drab #759B20

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 38.49%
G = 50.99%
B = 10.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#759B20 (or 0x759B20) is known color: Olive Drab. HEX triplet: 75, 9B and 20. RGB value is (117,155,32). Sum of RGB (Red+Green+Blue) = 117+155+32=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #759B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B20 is #8A64DF. Grayscale: #828282. Windows color (decimal): -9069792 or 2136949. OLE color: 2136949.

HSL color Cylindrical-coordinate representation of color #759B20: hue angle of 78.54º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #759B20 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 32 -
CMYK 0.25 0 0.79 0.39
HSL 78.54º 0.66% 0.37% -
HSV(B) 78.54º 0.79% 0.61% -
XYZ 19.32 27.33 5.62 -
YUV 129.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 117 155 32 0.25 0 0.79 0.39 78.54 0.66 0.37
Hex 75 9B 20 19 0 4F 27 4F 42 25
Octal 165 233 40 31 0 117 47 117 102 45
Binary 1110101 10011011 100000 11001 0 1001111 100111 1001111 1000010 100101

Color Harmonies of #759B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B20

Black with #759B20

Text Example


Text Example

White with #759B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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