Html Css Color HEX #749A20 Olive Drab

📋 copy color: '#749A20'

red 116 ◦ green 154 ◦ blue 32

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

Shades of Olive Drab #749A20

Tints of Olive Drab #749A20

RGB

 RED value IS 116 (45.7% from 255) = 38.41%

 GREEN value IS 154 (60.55% from 255) = 50.99%

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

R = 38.41%
G = 50.99%
B = 10.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#749A20 (or 0x749A20) is known color: Olive Drab. HEX triplet: 74, 9A and 20. RGB value is (116,154,32). Sum of RGB (Red+Green+Blue) = 116+154+32=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #749A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A20 is #8B65DF. Grayscale: #818181. Windows color (decimal): -9135584 or 2136692. OLE color: 2136692.

HSL color Cylindrical-coordinate representation of color #749A20: hue angle of 78.69º degrees, saturation: 0.66, 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 #749A20 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 32 -
CMYK 0.25 0 0.79 0.40
HSL 78.69º 0.66% 0.36% -
HSV(B) 78.69º 0.79% 0.6% -
XYZ 19.02 26.93 5.56 -
YUV 128.73 73.41 118.92 -
System Red Green Blue C M Y K H S L
Decimal 116 154 32 0.25 0 0.79 0.40 78.69 0.66 0.36
Hex 74 9A 20 19 0 4F 28 4F 42 24
Octal 164 232 40 31 0 117 50 117 102 44
Binary 1110100 10011010 100000 11001 0 1001111 101000 1001111 1000010 100100

Color Harmonies of #749A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A20

Black with #749A20

Text Example


Text Example

White with #749A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749A20; }

 p { color: rgb(116,154,32); }

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

background-color css

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

 a { background-color: rgb(116,154,32); }

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

border-color css

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

 span { border-color: rgb(116,154,32); }

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