Html Css Color HEX #759719 Olive Drab

📋 copy color: '#759719'

red 117 ◦ green 151 ◦ blue 25

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

Shades of Olive Drab #759719

Tints of Olive Drab #759719

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.54%

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

R = 39.93%
G = 51.54%
B = 8.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#759719 (or 0x759719) is known color: Olive Drab. HEX triplet: 75, 97 and 19. RGB value is (117,151,25). Sum of RGB (Red+Green+Blue) = 117+151+25=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #759719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #759719 is #8A68E6. Grayscale: #7E7E7E. Windows color (decimal): -9070823 or 1677173. OLE color: 1677173.

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

Color convert

RGB 117 151 25 -
CMYK 0.23 0 0.83 0.41
HSL 76.19º 0.72% 0.35% -
HSV(B) 76.19º 0.83% 0.59% -
XYZ 18.58 25.99 4.96 -
YUV 126.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 117 151 25 0.23 0 0.83 0.41 76.19 0.72 0.35
Hex 75 97 19 17 0 53 29 4C 48 23
Octal 165 227 31 27 0 123 51 114 110 43
Binary 1110101 10010111 11001 10111 0 1010011 101001 1001100 1001000 100011

Color Harmonies of #759719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759719

Black with #759719

Text Example


Text Example

White with #759719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759719; }

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

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

background-color css

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

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

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

border-color css

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

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

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