Html Css Color HEX #719302 Olive

📋 copy color: '#719302'

red 113 ◦ green 147 ◦ blue 2

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

Shades of Olive #719302

Tints of Olive #719302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

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

R = 43.13%
G = 56.11%
B = 0.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#719302 (or 0x719302) is known color: Olive. HEX triplet: 71, 93 and 02. RGB value is (113,147,2). Sum of RGB (Red+Green+Blue) = 113+147+2=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #719302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719302 is #8E6CFD. Grayscale: #787878. Windows color (decimal): -9334014 or 168817. OLE color: 168817.

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

Color convert

RGB 113 147 2 -
CMYK 0.23 0 0.99 0.42
HSL 74.07º 0.97% 0.29% -
HSV(B) 74.07º 0.99% 0.58% -
XYZ 17.25 24.38 3.85 -
YUV 120.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 113 147 2 0.23 0 0.99 0.42 74.07 0.97 0.29
Hex 71 93 2 17 0 63 2A 4A 61 1D
Octal 161 223 2 27 0 143 52 112 141 35
Binary 1110001 10010011 10 10111 0 1100011 101010 1001010 1100001 11101

Color Harmonies of #719302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719302

Black with #719302

Text Example


Text Example

White with #719302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719302; }

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

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

background-color css

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

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

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

border-color css

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

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

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