Html Css Color HEX #719600 Olive

📋 copy color: '#719600'

red 113 ◦ green 150 ◦ blue 0

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

Shades of Olive #719600

Tints of Olive #719600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.97%
G = 57.03%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#719600 (or 0x719600) is known color: Olive. HEX triplet: 71, 96 and 00. RGB value is (113,150,0). Sum of RGB (Red+Green+Blue) = 113+150+0=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #719600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719600 is #8E69FF. Grayscale: #7A7A7A. Windows color (decimal): -9333248 or 38513. OLE color: 38513.

HSL color Cylindrical-coordinate representation of color #719600: hue angle of 74.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #719600 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 150 0 -
CMYK 0.25 0 1 0.41
HSL 74.8º 1% 0.29% -
HSV(B) 74.8º 1% 0.59% -
XYZ 17.72 25.32 3.95 -
YUV 121.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 113 150 0 0.25 0 1 0.41 74.8 1 0.29
Hex 71 96 0 19 0 64 29 4B 64 1D
Octal 161 226 0 31 0 144 51 113 144 35
Binary 1110001 10010110 0 11001 0 1100100 101001 1001011 1100100 11101

Color Harmonies of #719600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719600

Black with #719600

Text Example


Text Example

White with #719600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719600; }

 p { color: rgb(113,150,0); }

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

background-color css

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

 a { background-color: rgb(113,150,0); }

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

border-color css

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

 span { border-color: rgb(113,150,0); }

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