Html Css Color HEX #719322 Olive Drab

📋 copy color: '#719322'

red 113 ◦ green 147 ◦ blue 34

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

Shades of Olive Drab #719322

Tints of Olive Drab #719322

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50%

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 38.44%
G = 50%
B = 11.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#719322 (or 0x719322) is known color: Olive Drab. HEX triplet: 71, 93 and 22. RGB value is (113,147,34). Sum of RGB (Red+Green+Blue) = 113+147+34=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #719322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719322 is #8E6CDD. Grayscale: #7C7C7C. Windows color (decimal): -9333982 or 2265969. OLE color: 2265969.

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

Color convert

RGB 113 147 34 -
CMYK 0.23 0 0.77 0.42
HSL 78.05º 0.62% 0.35% -
HSV(B) 78.05º 0.77% 0.58% -
XYZ 17.53 24.49 5.32 -
YUV 123.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 113 147 34 0.23 0 0.77 0.42 78.05 0.62 0.35
Hex 71 93 22 17 0 4D 2A 4E 3E 23
Octal 161 223 42 27 0 115 52 116 76 43
Binary 1110001 10010011 100010 10111 0 1001101 101010 1001110 111110 100011

Color Harmonies of #719322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719322

Black with #719322

Text Example


Text Example

White with #719322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719322; }

 p { color: rgb(113,147,34); }

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

background-color css

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

 a { background-color: rgb(113,147,34); }

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

border-color css

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

 span { border-color: rgb(113,147,34); }

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