Html Css Color HEX #719200 Olive

📋 copy color: '#719200'

red 113 ◦ green 146 ◦ blue 0

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

Shades of Olive #719200

Tints of Olive #719200

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.37%

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

R = 43.63%
G = 56.37%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#719200 (or 0x719200) is known color: Olive. HEX triplet: 71, 92 and 00. RGB value is (113,146,0). Sum of RGB (Red+Green+Blue) = 113+146+0=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #719200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719200 is #8E6DFF. Grayscale: #787878. Windows color (decimal): -9334272 or 37489. OLE color: 37489.

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

Color convert

RGB 113 146 0 -
CMYK 0.23 0 1 0.43
HSL 73.56º 1% 0.29% -
HSV(B) 73.56º 1% 0.57% -
XYZ 17.09 24.07 3.75 -
YUV 119.49 60.57 123.37 -
System Red Green Blue C M Y K H S L
Decimal 113 146 0 0.23 0 1 0.43 73.56 1 0.29
Hex 71 92 0 17 0 64 2B 4A 64 1D
Octal 161 222 0 27 0 144 53 112 144 35
Binary 1110001 10010010 0 10111 0 1100100 101011 1001010 1100100 11101

Color Harmonies of #719200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719200

Black with #719200

Text Example


Text Example

White with #719200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719200; }

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

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

background-color css

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

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

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

border-color css

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

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

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