Html Css Color HEX #719523 Olive Drab

📋 copy color: '#719523'

red 113 ◦ green 149 ◦ blue 35

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

Shades of Olive Drab #719523

Tints of Olive Drab #719523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 38.05%
G = 50.17%
B = 11.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#719523 (or 0x719523) is known color: Olive Drab. HEX triplet: 71, 95 and 23. RGB value is (113,149,35). Sum of RGB (Red+Green+Blue) = 113+149+35=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 149 (58.59% from 255 or 50.17% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 149 - color contains mainly: green. Hex color #719523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719523 is #8E6ADC. Grayscale: #7D7D7D. Windows color (decimal): -9333469 or 2332017. OLE color: 2332017.

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

Color convert

RGB 113 149 35 -
CMYK 0.24 0 0.77 0.42
HSL 78.95º 0.62% 0.36% -
HSV(B) 78.95º 0.77% 0.58% -
XYZ 17.86 25.13 5.5 -
YUV 125.24 77.07 119.27 -
System Red Green Blue C M Y K H S L
Decimal 113 149 35 0.24 0 0.77 0.42 78.95 0.62 0.36
Hex 71 95 23 18 0 4D 2A 4F 3E 24
Octal 161 225 43 30 0 115 52 117 76 44
Binary 1110001 10010101 100011 11000 0 1001101 101010 1001111 111110 100100

Color Harmonies of #719523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719523

Black with #719523

Text Example


Text Example

White with #719523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719523; }

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

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

background-color css

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

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

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

border-color css

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

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

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