Html Css Color HEX #719330 Olive Drab

📋 copy color: '#719330'

red 113 ◦ green 147 ◦ blue 48

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

Shades of Olive Drab #719330

Tints of Olive Drab #719330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.58%

R = 36.69%
G = 47.73%
B = 15.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#719330 (or 0x719330) is known color: Olive Drab. HEX triplet: 71, 93 and 30. RGB value is (113,147,48). Sum of RGB (Red+Green+Blue) = 113+147+48=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 147 (57.81% from 255 or 47.73% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 147 - color contains mainly: green. Hex color #719330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719330 is #8E6CCF. Grayscale: #7D7D7D. Windows color (decimal): -9333968 or 3183473. OLE color: 3183473.

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

Color convert

RGB 113 147 48 -
CMYK 0.23 0 0.67 0.42
HSL 80.61º 0.51% 0.38% -
HSV(B) 80.61º 0.67% 0.58% -
XYZ 17.78 24.59 6.61 -
YUV 125.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 113 147 48 0.23 0 0.67 0.42 80.61 0.51 0.38
Hex 71 93 30 17 0 43 2A 51 33 26
Octal 161 223 60 27 0 103 52 121 63 46
Binary 1110001 10010011 110000 10111 0 1000011 101010 1010001 110011 100110

Color Harmonies of #719330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719330

Black with #719330

Text Example


Text Example

White with #719330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719330; }

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

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

background-color css

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

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

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

border-color css

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

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

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