#719801

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

Shades of Christi #719801

Tints of Christi #719801

Color information

#719801 (or 0x719801) is unknown color: approx Christi. HEX triplet: 71, 98 and 01. RGB value is (113,152,1). Sum of RGB (Red+Green+Blue) = 113+152+1=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #719801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719801 is #8E67FE. Grayscale: #7B7B7B. Windows color (decimal): -9332735 or 104561. OLE color: 104561.

HSL color Cylindrical-coordinate representation of color #719801: hue angle of 75.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #719801 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1131521-
CMYK0.2600.990.40
HSL75.5º98.69%30%-
HSV(B)75.5º99.34%59.61%-
XYZ18.0425.974.09-
YUV123.1259.08120.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 152 (59.77% from 255) = 57.14%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=42.48%
G=57.14%
B=0.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11315210.2600.990.4075.598.6930
Hex719811A063284b631e
Octal16123013201435011314336
Binary111000110011000111010011000111010001001011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719801; }

 p { color: rgb(113,152,1); }

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

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

 a { background-color: rgb(113,152,1); }

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

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

 span { border-color: rgb(113,152,1); }

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