Html Css Color HEX #719202 Olive

📋 copy color: '#719202'

red 113 ◦ green 146 ◦ blue 2

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

Shades of Olive #719202

Tints of Olive #719202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 43.3%
G = 55.94%
B = 0.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#719202 (or 0x719202) is known color: Olive. HEX triplet: 71, 92 and 02. RGB value is (113,146,2). Sum of RGB (Red+Green+Blue) = 113+146+2=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #719202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719202 is #8E6DFD. Grayscale: #787878. Windows color (decimal): -9334270 or 168561. OLE color: 168561.

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

Color convert

RGB 113 146 2 -
CMYK 0.23 0 0.99 0.43
HSL 73.75º 0.97% 0.29% -
HSV(B) 73.75º 0.99% 0.57% -
XYZ 17.1 24.07 3.8 -
YUV 119.72 61.57 123.21 -
System Red Green Blue C M Y K H S L
Decimal 113 146 2 0.23 0 0.99 0.43 73.75 0.97 0.29
Hex 71 92 2 17 0 63 2B 4A 61 1D
Octal 161 222 2 27 0 143 53 112 141 35
Binary 1110001 10010010 10 10111 0 1100011 101011 1001010 1100001 11101

Color Harmonies of #719202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719202

Black with #719202

Text Example


Text Example

White with #719202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719202; }

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

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

background-color css

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

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

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

border-color css

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

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

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