#719F25

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

Shades of Christi #719F25

Tints of Christi #719F25

Color information

#719F25 (or 0x719F25) is unknown color: approx Christi. HEX triplet: 71, 9F and 25. RGB value is (113,159,37). Sum of RGB (Red+Green+Blue) = 113+159+37=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #719F25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719F25 is #8E60DA. Grayscale: #838383. Windows color (decimal): -9330907 or 2465649. OLE color: 2465649.

HSL color Cylindrical-coordinate representation of color #719F25: hue angle of 82.62º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #719F25 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB11315937-
CMYK0.2900.770.38
HSL82.62º62.24%38.43%-
HSV(B)82.62º76.73%62.35%-
XYZ19.5428.446.21-
YUV131.3474.76114.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 37 (14.84% from 255) = 11.97%
R=36.57%
G=51.46%
B=11.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113159370.2900.770.3882.6262.2438.43
Hex719F251D04D26533e26
Octal16123745350115461237646
Binary11100011001111110010111101010011011001101010011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719F25; }

 p { color: rgb(113,159,37); }

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

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

 a { background-color: rgb(113,159,37); }

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

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

 span { border-color: rgb(113,159,37); }

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