Html Css Color HEX #719002 Olive

📋 copy color: '#719002'

red 113 ◦ green 144 ◦ blue 2

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

Shades of Olive #719002

Tints of Olive #719002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 55.6%

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

R = 43.63%
G = 55.6%
B = 0.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#719002 (or 0x719002) is known color: Olive. HEX triplet: 71, 90 and 02. RGB value is (113,144,2). Sum of RGB (Red+Green+Blue) = 113+144+2=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #719002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719002 is #8E6FFD. Grayscale: #777777. Windows color (decimal): -9334782 or 168049. OLE color: 168049.

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

Color convert

RGB 113 144 2 -
CMYK 0.22 0 0.99 0.44
HSL 73.1º 0.97% 0.29% -
HSV(B) 73.1º 0.99% 0.56% -
XYZ 16.79 23.46 3.7 -
YUV 118.54 62.23 124.05 -
System Red Green Blue C M Y K H S L
Decimal 113 144 2 0.22 0 0.99 0.44 73.1 0.97 0.29
Hex 71 90 2 16 0 63 2C 49 61 1D
Octal 161 220 2 26 0 143 54 111 141 35
Binary 1110001 10010000 10 10110 0 1100011 101100 1001001 1100001 11101

Color Harmonies of #719002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719002

Black with #719002

Text Example


Text Example

White with #719002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719002; }

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

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

background-color css

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

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

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

border-color css

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

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

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