Html Css Color HEX #759019 Olive Drab

📋 copy color: '#759019'

red 117 ◦ green 144 ◦ blue 25

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

Shades of Olive Drab #759019

Tints of Olive Drab #759019

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.35%

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

R = 40.91%
G = 50.35%
B = 8.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#759019 (or 0x759019) is known color: Olive Drab. HEX triplet: 75, 90 and 19. RGB value is (117,144,25). Sum of RGB (Red+Green+Blue) = 117+144+25=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #759019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759019 is #8A6FE6. Grayscale: #7A7A7A. Windows color (decimal): -9072615 or 1675381. OLE color: 1675381.

HSL color Cylindrical-coordinate representation of color #759019: hue angle of 73.61º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #759019 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 25 -
CMYK 0.19 0 0.83 0.44
HSL 73.61º 0.7% 0.33% -
HSV(B) 73.61º 0.83% 0.56% -
XYZ 17.48 23.8 4.59 -
YUV 122.36 73.05 124.18 -
System Red Green Blue C M Y K H S L
Decimal 117 144 25 0.19 0 0.83 0.44 73.61 0.7 0.33
Hex 75 90 19 13 0 53 2C 4A 46 21
Octal 165 220 31 23 0 123 54 112 106 41
Binary 1110101 10010000 11001 10011 0 1010011 101100 1001010 1000110 100001

Color Harmonies of #759019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759019

Black with #759019

Text Example


Text Example

White with #759019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759019; }

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

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

background-color css

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

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

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

border-color css

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

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

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