Html Css Color HEX #759121 Olive Drab

📋 copy color: '#759121'

red 117 ◦ green 145 ◦ blue 33

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

Shades of Olive Drab #759121

Tints of Olive Drab #759121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.15%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 39.66%
G = 49.15%
B = 11.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#759121 (or 0x759121) is known color: Olive Drab. HEX triplet: 75, 91 and 21. RGB value is (117,145,33). Sum of RGB (Red+Green+Blue) = 117+145+33=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 145 - color contains mainly: green. Hex color #759121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759121 is #8A6EDE. Grayscale: #7C7C7C. Windows color (decimal): -9072351 or 2199925. OLE color: 2199925.

HSL color Cylindrical-coordinate representation of color #759121: hue angle of 75º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #759121 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 33 -
CMYK 0.19 0 0.77 0.43
HSL 75º 0.63% 0.35% -
HSV(B) 75º 0.77% 0.57% -
XYZ 17.74 24.14 5.16 -
YUV 123.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 117 145 33 0.19 0 0.77 0.43 75 0.63 0.35
Hex 75 91 21 13 0 4D 2B 4B 3F 23
Octal 165 221 41 23 0 115 53 113 77 43
Binary 1110101 10010001 100001 10011 0 1001101 101011 1001011 111111 100011

Color Harmonies of #759121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759121

Black with #759121

Text Example


Text Example

White with #759121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759121; }

 p { color: rgb(117,145,33); }

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

background-color css

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

 a { background-color: rgb(117,145,33); }

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

border-color css

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

 span { border-color: rgb(117,145,33); }

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