Html Css Color HEX #759419 Olive Drab

📋 copy color: '#759419'

red 117 ◦ green 148 ◦ blue 25

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

Shades of Olive Drab #759419

Tints of Olive Drab #759419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.62%

R = 40.34%
G = 51.03%
B = 8.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#759419 (or 0x759419) is known color: Olive Drab. HEX triplet: 75, 94 and 19. RGB value is (117,148,25). Sum of RGB (Red+Green+Blue) = 117+148+25=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 148 (58.20% from 255 or 51.03% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 148 - color contains mainly: green. Hex color #759419 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759419 is #8A6BE6. Grayscale: #7D7D7D. Windows color (decimal): -9071591 or 1676405. OLE color: 1676405.

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

Color convert

RGB 117 148 25 -
CMYK 0.21 0 0.83 0.42
HSL 75.12º 0.71% 0.34% -
HSV(B) 75.12º 0.83% 0.58% -
XYZ 18.1 25.03 4.8 -
YUV 124.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 117 148 25 0.21 0 0.83 0.42 75.12 0.71 0.34
Hex 75 94 19 15 0 53 2A 4B 47 22
Octal 165 224 31 25 0 123 52 113 107 42
Binary 1110101 10010100 11001 10101 0 1010011 101010 1001011 1000111 100010

Color Harmonies of #759419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759419

Black with #759419

Text Example


Text Example

White with #759419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759419; }

 p { color: rgb(117,148,25); }

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

background-color css

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

 a { background-color: rgb(117,148,25); }

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

border-color css

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

 span { border-color: rgb(117,148,25); }

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