Html Css Color HEX #749115 Olive Drab

📋 copy color: '#749115'

red 116 ◦ green 145 ◦ blue 21

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

Shades of Olive Drab #749115

Tints of Olive Drab #749115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 41.13%
G = 51.42%
B = 7.45%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#749115 (or 0x749115) is known color: Olive Drab. HEX triplet: 74, 91 and 15. RGB value is (116,145,21). Sum of RGB (Red+Green+Blue) = 116+145+21=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #749115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749115 is #8B6EEA. Grayscale: #7A7A7A. Windows color (decimal): -9137899 or 1413492. OLE color: 1413492.

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

Color convert

RGB 116 145 21 -
CMYK 0.2 0 0.86 0.43
HSL 74.03º 0.75% 0.33% -
HSV(B) 74.03º 0.86% 0.57% -
XYZ 17.46 24.02 4.42 -
YUV 122.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 116 145 21 0.2 0 0.86 0.43 74.03 0.75 0.33
Hex 74 91 15 14 0 56 2B 4A 4B 21
Octal 164 221 25 24 0 126 53 112 113 41
Binary 1110100 10010001 10101 10100 0 1010110 101011 1001010 1001011 100001

Color Harmonies of #749115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749115

Black with #749115

Text Example


Text Example

White with #749115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749115; }

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

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

background-color css

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

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

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

border-color css

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

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

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