Html Css Color HEX #749B21 Olive Drab

📋 copy color: '#749B21'

red 116 ◦ green 155 ◦ blue 33

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

Shades of Olive Drab #749B21

Tints of Olive Drab #749B21

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 38.16%
G = 50.99%
B = 10.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#749B21 (or 0x749B21) is known color: Olive Drab. HEX triplet: 74, 9B and 21. RGB value is (116,155,33). Sum of RGB (Red+Green+Blue) = 116+155+33=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #749B21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B21 is #8B64DE. Grayscale: #818181. Windows color (decimal): -9135327 or 2202484. OLE color: 2202484.

HSL color Cylindrical-coordinate representation of color #749B21: hue angle of 79.18º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #749B21 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 33 -
CMYK 0.25 0 0.79 0.39
HSL 79.18º 0.65% 0.37% -
HSV(B) 79.18º 0.79% 0.61% -
XYZ 19.2 27.27 5.69 -
YUV 129.43 73.58 118.42 -
System Red Green Blue C M Y K H S L
Decimal 116 155 33 0.25 0 0.79 0.39 79.18 0.65 0.37
Hex 74 9B 21 19 0 4F 27 4F 41 25
Octal 164 233 41 31 0 117 47 117 101 45
Binary 1110100 10011011 100001 11001 0 1001111 100111 1001111 1000001 100101

Color Harmonies of #749B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B21

Black with #749B21

Text Example


Text Example

White with #749B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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