#719C0F

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

Shades of Christi #719C0F

Tints of Christi #719C0F

Color information

#719C0F (or 0x719C0F) is unknown color: approx Christi. HEX triplet: 71, 9C and 0F. RGB value is (113,156,15). Sum of RGB (Red+Green+Blue) = 113+156+15=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #719C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719C0F is #8E63F0. Grayscale: #7F7F7F. Windows color (decimal): -9331697 or 1023089. OLE color: 1023089.

HSL color Cylindrical-coordinate representation of color #719C0F: hue angle of 78.3º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #719C0F is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB11315615-
CMYK0.2800.900.39
HSL78.3º82.46%33.53%-
HSV(B)78.3º90.38%61.18%-
XYZ18.7827.324.74-
YUV127.0764.75117.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.79%
GREEN value IS 156 (61.33% from 255) = 54.93%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=39.79%
G=54.93%
B=5.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113156150.2800.900.3978.382.4633.53
Hex719CF1C05A274e5222
Octal161234173401324711612242
Binary1110001100111001111111000101101010011110011101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,156,15); }

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

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

 a { background-color: rgb(113,156,15); }

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

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

 span { border-color: rgb(113,156,15); }

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