#719B06

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

Shades of Christi #719B06

Tints of Christi #719B06

Color information

#719B06 (or 0x719B06) is unknown color: approx Christi. HEX triplet: 71, 9B and 06. RGB value is (113,155,6). Sum of RGB (Red+Green+Blue) = 113+155+6=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #719B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719B06 is #8E64F9. Grayscale: #7E7E7E. Windows color (decimal): -9331962 or 433009. OLE color: 433009.

HSL color Cylindrical-coordinate representation of color #719B06: hue angle of 76.91º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #719B06 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1131556-
CMYK0.2700.960.39
HSL76.91º92.55%31.57%-
HSV(B)76.91º96.13%60.78%-
XYZ18.5626.974.4-
YUV125.4660.59119.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 155 (60.94% from 255) = 56.57%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=41.24%
G=56.57%
B=2.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11315560.2700.960.3976.9192.5531.57
Hex719B61B060274d5d20
Octal16123363301404711513540
Binary111000110011011110110110110000010011110011011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,155,6); }

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

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

 a { background-color: rgb(113,155,6); }

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

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

 span { border-color: rgb(113,155,6); }

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