Html Css Color HEX #749417 Olive Drab

📋 copy color: '#749417'

red 116 ◦ green 148 ◦ blue 23

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

Shades of Olive Drab #749417

Tints of Olive Drab #749417

RGB

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

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

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

R = 40.42%
G = 51.57%
B = 8.01%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#749417 (or 0x749417) is known color: Olive Drab. HEX triplet: 74, 94 and 17. RGB value is (116,148,23). Sum of RGB (Red+Green+Blue) = 116+148+23=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #749417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749417 is #8B6BE8. Grayscale: #7C7C7C. Windows color (decimal): -9137129 or 1545332. OLE color: 1545332.

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

Color convert

RGB 116 148 23 -
CMYK 0.22 0 0.84 0.42
HSL 75.36º 0.73% 0.34% -
HSV(B) 75.36º 0.84% 0.58% -
XYZ 17.95 24.95 4.68 -
YUV 124.18 70.9 122.16 -
System Red Green Blue C M Y K H S L
Decimal 116 148 23 0.22 0 0.84 0.42 75.36 0.73 0.34
Hex 74 94 17 16 0 54 2A 4B 49 22
Octal 164 224 27 26 0 124 52 113 111 42
Binary 1110100 10010100 10111 10110 0 1010100 101010 1001011 1001001 100010

Color Harmonies of #749417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749417

Black with #749417

Text Example


Text Example

White with #749417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749417; }

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

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

background-color css

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

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

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

border-color css

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

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

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