Html Css Color HEX #749517 Olive Drab

📋 copy color: '#749517'

red 116 ◦ green 149 ◦ blue 23

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

Shades of Olive Drab #749517

Tints of Olive Drab #749517

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.74%

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

R = 40.28%
G = 51.74%
B = 7.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#749517 (or 0x749517) is known color: Olive Drab. HEX triplet: 74, 95 and 17. RGB value is (116,149,23). Sum of RGB (Red+Green+Blue) = 116+149+23=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #749517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749517 is #8B6AE8. Grayscale: #7D7D7D. Windows color (decimal): -9136873 or 1545588. OLE color: 1545588.

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

Color convert

RGB 116 149 23 -
CMYK 0.22 0 0.85 0.42
HSL 75.71º 0.73% 0.34% -
HSV(B) 75.71º 0.85% 0.58% -
XYZ 18.1 25.27 4.73 -
YUV 124.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 116 149 23 0.22 0 0.85 0.42 75.71 0.73 0.34
Hex 74 95 17 16 0 55 2A 4C 49 22
Octal 164 225 27 26 0 125 52 114 111 42
Binary 1110100 10010101 10111 10110 0 1010101 101010 1001100 1001001 100010

Color Harmonies of #749517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749517

Black with #749517

Text Example


Text Example

White with #749517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749517; }

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

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

background-color css

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

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

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

border-color css

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

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

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