Html Css Color HEX #759222 Olive Drab

📋 copy color: '#759222'

red 117 ◦ green 146 ◦ blue 34

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

Shades of Olive Drab #759222

Tints of Olive Drab #759222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

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

R = 39.39%
G = 49.16%
B = 11.45%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#759222 (or 0x759222) is known color: Olive Drab. HEX triplet: 75, 92 and 22. RGB value is (117,146,34). Sum of RGB (Red+Green+Blue) = 117+146+34=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #759222 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759222 is #8A6DDD. Grayscale: #7C7C7C. Windows color (decimal): -9072094 or 2265717. OLE color: 2265717.

HSL color Cylindrical-coordinate representation of color #759222: hue angle of 75.54º degrees, saturation: 0.62, 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 #759222 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 146 34 -
CMYK 0.20 0 0.77 0.43
HSL 75.54º 0.62% 0.35% -
HSV(B) 75.54º 0.77% 0.57% -
XYZ 17.9 24.46 5.29 -
YUV 124.56 76.89 122.61 -
System Red Green Blue C M Y K H S L
Decimal 117 146 34 0.20 0 0.77 0.43 75.54 0.62 0.35
Hex 75 92 22 14 0 4D 2B 4C 3E 23
Octal 165 222 42 24 0 115 53 114 76 43
Binary 1110101 10010010 100010 10100 0 1001101 101011 1001100 111110 100011

Color Harmonies of #759222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759222

Black with #759222

Text Example


Text Example

White with #759222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759222; }

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

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

background-color css

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

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

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

border-color css

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

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

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