Html Css Color HEX #759322 Olive Drab

📋 copy color: '#759322'

red 117 ◦ green 147 ◦ blue 34

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

Shades of Olive Drab #759322

Tints of Olive Drab #759322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 34 (13.67% from 255) = 11.41%

R = 39.26%
G = 49.33%
B = 11.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#759322 (or 0x759322) is known color: Olive Drab. HEX triplet: 75, 93 and 22. RGB value is (117,147,34). Sum of RGB (Red+Green+Blue) = 117+147+34=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #759322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759322 is #8A6CDD. Grayscale: #7D7D7D. Windows color (decimal): -9071838 or 2265973. OLE color: 2265973.

HSL color Cylindrical-coordinate representation of color #759322: hue angle of 75.93º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #759322 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 34 -
CMYK 0.20 0 0.77 0.42
HSL 75.93º 0.62% 0.35% -
HSV(B) 75.93º 0.77% 0.58% -
XYZ 18.06 24.76 5.34 -
YUV 125.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 117 147 34 0.20 0 0.77 0.42 75.93 0.62 0.35
Hex 75 93 22 14 0 4D 2A 4C 3E 23
Octal 165 223 42 24 0 115 52 114 76 43
Binary 1110101 10010011 100010 10100 0 1001101 101010 1001100 111110 100011

Color Harmonies of #759322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759322

Black with #759322

Text Example


Text Example

White with #759322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759322; }

 p { color: rgb(117,147,34); }

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

background-color css

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

 a { background-color: rgb(117,147,34); }

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

border-color css

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

 span { border-color: rgb(117,147,34); }

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