Html Css Color HEX #719203 Olive

📋 copy color: '#719203'

red 113 ◦ green 146 ◦ blue 3

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

Shades of Olive #719203

Tints of Olive #719203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 43.13%
G = 55.73%
B = 1.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#719203 (or 0x719203) is known color: Olive. HEX triplet: 71, 92 and 03. RGB value is (113,146,3). Sum of RGB (Red+Green+Blue) = 113+146+3=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #719203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719203 is #8E6DFC. Grayscale: #787878. Windows color (decimal): -9334269 or 234097. OLE color: 234097.

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

Color convert

RGB 113 146 3 -
CMYK 0.23 0 0.98 0.43
HSL 73.85º 0.96% 0.29% -
HSV(B) 73.85º 0.98% 0.57% -
XYZ 17.11 24.08 3.83 -
YUV 119.83 62.07 123.13 -
System Red Green Blue C M Y K H S L
Decimal 113 146 3 0.23 0 0.98 0.43 73.85 0.96 0.29
Hex 71 92 3 17 0 62 2B 4A 60 1D
Octal 161 222 3 27 0 142 53 112 140 35
Binary 1110001 10010010 11 10111 0 1100010 101011 1001010 1100000 11101

Color Harmonies of #719203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719203

Black with #719203

Text Example


Text Example

White with #719203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719203; }

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

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

background-color css

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

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

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

border-color css

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

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

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