Html Css Color HEX #749021 Olive Drab

📋 copy color: '#749021'

red 116 ◦ green 144 ◦ blue 33

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

Shades of Olive Drab #749021

Tints of Olive Drab #749021

RGB

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

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

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

R = 39.59%
G = 49.15%
B = 11.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#749021 (or 0x749021) is known color: Olive Drab. HEX triplet: 74, 90 and 21. RGB value is (116,144,33). Sum of RGB (Red+Green+Blue) = 116+144+33=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #749021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749021 is #8B6FDE. Grayscale: #7B7B7B. Windows color (decimal): -9138143 or 2199668. OLE color: 2199668.

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

Color convert

RGB 116 144 33 -
CMYK 0.19 0 0.77 0.44
HSL 75.14º 0.63% 0.35% -
HSV(B) 75.14º 0.77% 0.56% -
XYZ 17.45 23.77 5.11 -
YUV 122.97 77.22 123.03 -
System Red Green Blue C M Y K H S L
Decimal 116 144 33 0.19 0 0.77 0.44 75.14 0.63 0.35
Hex 74 90 21 13 0 4D 2C 4B 3F 23
Octal 164 220 41 23 0 115 54 113 77 43
Binary 1110100 10010000 100001 10011 0 1001101 101100 1001011 111111 100011

Color Harmonies of #749021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749021

Black with #749021

Text Example


Text Example

White with #749021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749021; }

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

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

background-color css

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

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

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

border-color css

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

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

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