Html Css Color HEX #759313 Olive Drab

📋 copy color: '#759313'

red 117 ◦ green 147 ◦ blue 19

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

Shades of Olive Drab #759313

Tints of Olive Drab #759313

RGB

 RED value IS 117 (46.09% from 255) = 41.34%

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

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 41.34%
G = 51.94%
B = 6.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#759313 (or 0x759313) is known color: Olive Drab. HEX triplet: 75, 93 and 13. RGB value is (117,147,19). Sum of RGB (Red+Green+Blue) = 117+147+19=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #759313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759313 is #8A6CEC. Grayscale: #7B7B7B. Windows color (decimal): -9071853 or 1282933. OLE color: 1282933.

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

Color convert

RGB 117 147 19 -
CMYK 0.20 0 0.87 0.42
HSL 74.06º 0.77% 0.33% -
HSV(B) 74.06º 0.87% 0.58% -
XYZ 17.89 24.7 4.44 -
YUV 123.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 117 147 19 0.20 0 0.87 0.42 74.06 0.77 0.33
Hex 75 93 13 14 0 57 2A 4A 4D 21
Octal 165 223 23 24 0 127 52 112 115 41
Binary 1110101 10010011 10011 10100 0 1010111 101010 1001010 1001101 100001

Color Harmonies of #759313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759313

Black with #759313

Text Example


Text Example

White with #759313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759313; }

 p { color: rgb(117,147,19); }

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

background-color css

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

 a { background-color: rgb(117,147,19); }

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

border-color css

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

 span { border-color: rgb(117,147,19); }

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