Html Css Color HEX #719602 Olive

📋 copy color: '#719602'

red 113 ◦ green 150 ◦ blue 2

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

Shades of Olive #719602

Tints of Olive #719602

RGB

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

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

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

R = 42.64%
G = 56.6%
B = 0.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#719602 (or 0x719602) is known color: Olive. HEX triplet: 71, 96 and 02. RGB value is (113,150,2). Sum of RGB (Red+Green+Blue) = 113+150+2=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #719602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719602 is #8E69FD. Grayscale: #7A7A7A. Windows color (decimal): -9333246 or 169585. OLE color: 169585.

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

Color convert

RGB 113 150 2 -
CMYK 0.25 0 0.99 0.41
HSL 75º 0.97% 0.3% -
HSV(B) 75º 0.99% 0.59% -
XYZ 17.73 25.33 4.01 -
YUV 122.07 60.24 121.53 -
System Red Green Blue C M Y K H S L
Decimal 113 150 2 0.25 0 0.99 0.41 75 0.97 0.3
Hex 71 96 2 19 0 63 29 4B 61 1E
Octal 161 226 2 31 0 143 51 113 141 36
Binary 1110001 10010110 10 11001 0 1100011 101001 1001011 1100001 11110

Color Harmonies of #719602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719602

Black with #719602

Text Example


Text Example

White with #719602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719602; }

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

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

background-color css

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

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

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

border-color css

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

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

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