Html Css Color HEX #719527 Olive Drab

📋 copy color: '#719527'

red 113 ◦ green 149 ◦ blue 39

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

Shades of Olive Drab #719527

Tints of Olive Drab #719527

RGB

 RED value IS 113 (44.53% from 255) = 37.54%

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 39 (15.63% from 255) = 12.96%

R = 37.54%
G = 49.5%
B = 12.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#719527 (or 0x719527) is known color: Olive Drab. HEX triplet: 71, 95 and 27. RGB value is (113,149,39). Sum of RGB (Red+Green+Blue) = 113+149+39=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #719527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719527 is #8E6AD8. Grayscale: #7E7E7E. Windows color (decimal): -9333465 or 2594161. OLE color: 2594161.

HSL color Cylindrical-coordinate representation of color #719527: hue angle of 79.64º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719527 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 39 -
CMYK 0.24 0 0.74 0.42
HSL 79.64º 0.59% 0.37% -
HSV(B) 79.64º 0.74% 0.58% -
XYZ 17.92 25.15 5.83 -
YUV 125.7 79.07 118.94 -
System Red Green Blue C M Y K H S L
Decimal 113 149 39 0.24 0 0.74 0.42 79.64 0.59 0.37
Hex 71 95 27 18 0 4A 2A 50 3B 25
Octal 161 225 47 30 0 112 52 120 73 45
Binary 1110001 10010101 100111 11000 0 1001010 101010 1010000 111011 100101

Color Harmonies of #719527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719527

Black with #719527

Text Example


Text Example

White with #719527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719527; }

 p { color: rgb(113,149,39); }

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

background-color css

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

 a { background-color: rgb(113,149,39); }

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

border-color css

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

 span { border-color: rgb(113,149,39); }

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