Html Css Color HEX #749112 Olive Drab

📋 copy color: '#749112'

red 116 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #749112

Tints of Olive Drab #749112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.97%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 41.58%
G = 51.97%
B = 6.45%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#749112 (or 0x749112) is known color: Olive Drab. HEX triplet: 74, 91 and 12. RGB value is (116,145,18). Sum of RGB (Red+Green+Blue) = 116+145+18=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #749112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749112 is #8B6EED. Grayscale: #7A7A7A. Windows color (decimal): -9137902 or 1216884. OLE color: 1216884.

HSL color Cylindrical-coordinate representation of color #749112: hue angle of 73.7º degrees, saturation: 0.78, 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 #749112 is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 18 -
CMYK 0.2 0 0.88 0.43
HSL 73.7º 0.78% 0.32% -
HSV(B) 73.7º 0.88% 0.57% -
XYZ 17.44 24.01 4.29 -
YUV 121.85 69.39 123.83 -
System Red Green Blue C M Y K H S L
Decimal 116 145 18 0.2 0 0.88 0.43 73.7 0.78 0.32
Hex 74 91 12 14 0 58 2B 4A 4E 20
Octal 164 221 22 24 0 130 53 112 116 40
Binary 1110100 10010001 10010 10100 0 1011000 101011 1001010 1001110 100000

Color Harmonies of #749112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749112

Black with #749112

Text Example


Text Example

White with #749112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749112; }

 p { color: rgb(116,145,18); }

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

background-color css

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

 a { background-color: rgb(116,145,18); }

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

border-color css

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

 span { border-color: rgb(116,145,18); }

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