#709705

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

Shades of Christi #709705

Tints of Christi #709705

Color information

#709705 (or 0x709705) is unknown color: approx Christi. HEX triplet: 70, 97 and 05. RGB value is (112,151,5). Sum of RGB (Red+Green+Blue) = 112+151+5=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #709705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709705 is #8F68FA. Grayscale: #7B7B7B. Windows color (decimal): -9398523 or 366448. OLE color: 366448.

HSL color Cylindrical-coordinate representation of color #709705: hue angle of 76.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #709705 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB1121515-
CMYK0.2600.970.41
HSL76.03º93.59%30.59%-
HSV(B)76.03º96.69%59.22%-
XYZ17.7825.594.15-
YUV122.761.58120.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=41.79%
G=56.34%
B=1.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11215150.2600.970.4176.0393.5930.59
Hex709751A061294c5e1f
Octal16022753201415111413637
Binary11100001001011110111010011000011010011001100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709705; }

 p { color: rgb(112,151,5); }

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

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

 a { background-color: rgb(112,151,5); }

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

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

 span { border-color: rgb(112,151,5); }

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