Html Css Color HEX #749317 Olive Drab

📋 copy color: '#749317'

red 116 ◦ green 147 ◦ blue 23

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

Shades of Olive Drab #749317

Tints of Olive Drab #749317

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.4%

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

R = 40.56%
G = 51.4%
B = 8.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#749317 (or 0x749317) is known color: Olive Drab. HEX triplet: 74, 93 and 17. RGB value is (116,147,23). Sum of RGB (Red+Green+Blue) = 116+147+23=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #749317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749317 is #8B6CE8. Grayscale: #7C7C7C. Windows color (decimal): -9137385 or 1545076. OLE color: 1545076.

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

Color convert

RGB 116 147 23 -
CMYK 0.21 0 0.84 0.42
HSL 75º 0.73% 0.33% -
HSV(B) 75º 0.84% 0.58% -
XYZ 17.79 24.64 4.63 -
YUV 123.6 71.23 122.58 -
System Red Green Blue C M Y K H S L
Decimal 116 147 23 0.21 0 0.84 0.42 75 0.73 0.33
Hex 74 93 17 15 0 54 2A 4B 49 21
Octal 164 223 27 25 0 124 52 113 111 41
Binary 1110100 10010011 10111 10101 0 1010100 101010 1001011 1001001 100001

Color Harmonies of #749317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749317

Black with #749317

Text Example


Text Example

White with #749317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749317; }

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

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

background-color css

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

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

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

border-color css

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

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

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