Html Css Color HEX #749410 Olive Drab

📋 copy color: '#749410'

red 116 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #749410

Tints of Olive Drab #749410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.71%

R = 41.43%
G = 52.86%
B = 5.71%

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

#749410 (or 0x749410) is known color: Olive Drab. HEX triplet: 74, 94 and 10. RGB value is (116,148,16). Sum of RGB (Red+Green+Blue) = 116+148+16=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #749410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749410 is #8B6BEF. Grayscale: #7B7B7B. Windows color (decimal): -9137136 or 1086580. OLE color: 1086580.

HSL color Cylindrical-coordinate representation of color #749410: hue angle of 74.55º degrees, saturation: 0.8, 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 #749410 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 16 -
CMYK 0.22 0 0.89 0.42
HSL 74.55º 0.8% 0.32% -
HSV(B) 74.55º 0.89% 0.58% -
XYZ 17.89 24.93 4.36 -
YUV 123.38 67.4 122.73 -
System Red Green Blue C M Y K H S L
Decimal 116 148 16 0.22 0 0.89 0.42 74.55 0.8 0.32
Hex 74 94 10 16 0 59 2A 4B 50 20
Octal 164 224 20 26 0 131 52 113 120 40
Binary 1110100 10010100 10000 10110 0 1011001 101010 1001011 1010000 100000

Color Harmonies of #749410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749410

Black with #749410

Text Example


Text Example

White with #749410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749410; }

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

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

background-color css

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

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

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

border-color css

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

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

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