#719102

Color #719102 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #719102

Tints of Olive #719102

Color information

#719102 (or 0x719102) is unknown color: approx Olive. HEX triplet: 71, 91 and 02. RGB value is (113,145,2). Sum of RGB (Red+Green+Blue) = 113+145+2=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #719102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719102 is #8E6EFD. Grayscale: #777777. Windows color (decimal): -9334526 or 168305. OLE color: 168305.

HSL color Cylindrical-coordinate representation of color #719102: hue angle of 73.43º 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 #719102 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB1131452-
CMYK0.2200.990.43
HSL73.43º97.28%28.82%-
HSV(B)73.43º98.62%56.86%-
XYZ16.9523.773.75-
YUV119.1361.9123.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.46%
GREEN value IS 145 (57.03% from 255) = 55.77%
BLUE value IS 2 (1.17% from 255) = 0.77%
R=43.46%
G=55.77%
B=0.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11314520.2200.990.4373.4397.2828.82
Hex71912160632B49611d
Octal16122122601435311114135
Binary1110001100100011010110011000111010111001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719102; }

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

 H1.HeaderClassName
 {
   color: #719102;
 }
 .AnyTagClassName
 {
   color: #719102;
 }
</style>
background-color css

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

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

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

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

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

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