Html Css Color HEX #749411 Olive Drab

📋 copy color: '#749411'

red 116 ◦ green 148 ◦ blue 17

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

Shades of Olive Drab #749411

Tints of Olive Drab #749411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.67%

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

R = 41.28%
G = 52.67%
B = 6.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#749411 (or 0x749411) is known color: Olive Drab. HEX triplet: 74, 94 and 11. RGB value is (116,148,17). Sum of RGB (Red+Green+Blue) = 116+148+17=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #749411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749411 is #8B6BEE. Grayscale: #7B7B7B. Windows color (decimal): -9137135 or 1152116. OLE color: 1152116.

HSL color Cylindrical-coordinate representation of color #749411: hue angle of 74.66º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #749411 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 17 -
CMYK 0.22 0 0.89 0.42
HSL 74.66º 0.79% 0.32% -
HSV(B) 74.66º 0.89% 0.58% -
XYZ 17.89 24.93 4.4 -
YUV 123.5 67.9 122.65 -
System Red Green Blue C M Y K H S L
Decimal 116 148 17 0.22 0 0.89 0.42 74.66 0.79 0.32
Hex 74 94 11 16 0 59 2A 4B 4F 20
Octal 164 224 21 26 0 131 52 113 117 40
Binary 1110100 10010100 10001 10110 0 1011001 101010 1001011 1001111 100000

Color Harmonies of #749411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749411

Black with #749411

Text Example


Text Example

White with #749411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749411; }

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

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

background-color css

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

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

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

border-color css

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

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

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