Html Css Color HEX #749211 Olive Drab

📋 copy color: '#749211'

red 116 ◦ green 146 ◦ blue 17

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

Shades of Olive Drab #749211

Tints of Olive Drab #749211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 41.58%
G = 52.33%
B = 6.09%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#749211 (or 0x749211) is known color: Olive Drab. HEX triplet: 74, 92 and 11. RGB value is (116,146,17). Sum of RGB (Red+Green+Blue) = 116+146+17=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 146 (57.42% from 255 or 52.33% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 146 - color contains mainly: green. Hex color #749211 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749211 is #8B6DEE. Grayscale: #7A7A7A. Windows color (decimal): -9137647 or 1151604. OLE color: 1151604.

HSL color Cylindrical-coordinate representation of color #749211: hue angle of 73.95º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #749211 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 17 -
CMYK 0.21 0 0.88 0.43
HSL 73.95º 0.79% 0.32% -
HSV(B) 73.95º 0.88% 0.57% -
XYZ 17.58 24.31 4.3 -
YUV 122.32 68.56 123.49 -
System Red Green Blue C M Y K H S L
Decimal 116 146 17 0.21 0 0.88 0.43 73.95 0.79 0.32
Hex 74 92 11 15 0 58 2B 4A 4F 20
Octal 164 222 21 25 0 130 53 112 117 40
Binary 1110100 10010010 10001 10101 0 1011000 101011 1001010 1001111 100000

Color Harmonies of #749211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749211

Black with #749211

Text Example


Text Example

White with #749211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749211; }

 p { color: rgb(116,146,17); }

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

background-color css

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

 a { background-color: rgb(116,146,17); }

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

border-color css

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

 span { border-color: rgb(116,146,17); }

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