Html Css Color HEX #759819 Olive Drab

📋 copy color: '#759819'

red 117 ◦ green 152 ◦ blue 25

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

Shades of Olive Drab #759819

Tints of Olive Drab #759819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

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

R = 39.8%
G = 51.7%
B = 8.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#759819 (or 0x759819) is known color: Olive Drab. HEX triplet: 75, 98 and 19. RGB value is (117,152,25). Sum of RGB (Red+Green+Blue) = 117+152+25=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #759819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759819 is #8A67E6. Grayscale: #7F7F7F. Windows color (decimal): -9070567 or 1677429. OLE color: 1677429.

HSL color Cylindrical-coordinate representation of color #759819: hue angle of 76.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #759819 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 25 -
CMYK 0.23 0 0.84 0.40
HSL 76.54º 0.72% 0.35% -
HSV(B) 76.54º 0.84% 0.6% -
XYZ 18.74 26.31 5.01 -
YUV 127.06 70.4 120.83 -
System Red Green Blue C M Y K H S L
Decimal 117 152 25 0.23 0 0.84 0.40 76.54 0.72 0.35
Hex 75 98 19 17 0 54 28 4D 48 23
Octal 165 230 31 27 0 124 50 115 110 43
Binary 1110101 10011000 11001 10111 0 1010100 101000 1001101 1001000 100011

Color Harmonies of #759819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759819

Black with #759819

Text Example


Text Example

White with #759819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759819; }

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

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

background-color css

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

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

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

border-color css

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

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

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