Html Css Color HEX #749117 Olive Drab

📋 copy color: '#749117'

red 116 ◦ green 145 ◦ blue 23

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

Shades of Olive Drab #749117

Tints of Olive Drab #749117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 40.85%
G = 51.06%
B = 8.1%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#749117 (or 0x749117) is known color: Olive Drab. HEX triplet: 74, 91 and 17. RGB value is (116,145,23). Sum of RGB (Red+Green+Blue) = 116+145+23=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #749117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749117 is #8B6EE8. Grayscale: #7A7A7A. Windows color (decimal): -9137897 or 1544564. OLE color: 1544564.

HSL color Cylindrical-coordinate representation of color #749117: hue angle of 74.26º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #749117 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 23 -
CMYK 0.2 0 0.84 0.43
HSL 74.26º 0.73% 0.33% -
HSV(B) 74.26º 0.84% 0.57% -
XYZ 17.48 24.03 4.53 -
YUV 122.42 71.89 123.42 -
System Red Green Blue C M Y K H S L
Decimal 116 145 23 0.2 0 0.84 0.43 74.26 0.73 0.33
Hex 74 91 17 14 0 54 2B 4A 49 21
Octal 164 221 27 24 0 124 53 112 111 41
Binary 1110100 10010001 10111 10100 0 1010100 101011 1001010 1001001 100001

Color Harmonies of #749117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749117

Black with #749117

Text Example


Text Example

White with #749117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749117; }

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

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

background-color css

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

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

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

border-color css

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

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

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