Html Css Color HEX #749020 Olive Drab

📋 copy color: '#749020'

red 116 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #749020

Tints of Olive Drab #749020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

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

R = 39.73%
G = 49.32%
B = 10.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#749020 (or 0x749020) is known color: Olive Drab. HEX triplet: 74, 90 and 20. RGB value is (116,144,32). Sum of RGB (Red+Green+Blue) = 116+144+32=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #749020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749020 is #8B6FDF. Grayscale: #7B7B7B. Windows color (decimal): -9138144 or 2134132. OLE color: 2134132.

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

Color convert

RGB 116 144 32 -
CMYK 0.19 0 0.78 0.44
HSL 75º 0.64% 0.35% -
HSV(B) 75º 0.78% 0.56% -
XYZ 17.44 23.76 5.03 -
YUV 122.86 76.72 123.11 -
System Red Green Blue C M Y K H S L
Decimal 116 144 32 0.19 0 0.78 0.44 75 0.64 0.35
Hex 74 90 20 13 0 4E 2C 4B 40 23
Octal 164 220 40 23 0 116 54 113 100 43
Binary 1110100 10010000 100000 10011 0 1001110 101100 1001011 1000000 100011

Color Harmonies of #749020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749020

Black with #749020

Text Example


Text Example

White with #749020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749020; }

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

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

background-color css

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

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

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

border-color css

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

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

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