#709C07

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

Shades of Christi #709C07

Tints of Christi #709C07

Color information

#709C07 (or 0x709C07) is unknown color: approx Christi. HEX triplet: 70, 9C and 07. RGB value is (112,156,7). Sum of RGB (Red+Green+Blue) = 112+156+7=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 156 (61.33% from 255 or 56.73% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 156 - color contains mainly: green. Hex color #709C07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C07 is #8F63F8. Grayscale: #7E7E7E. Windows color (decimal): -9397241 or 498800. OLE color: 498800.

HSL color Cylindrical-coordinate representation of color #709C07: hue angle of 77.72º degrees, saturation: 0.91, 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 #709C07 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB1121567-
CMYK0.2800.960.39
HSL77.72º91.41%31.96%-
HSV(B)77.72º95.51%61.18%-
XYZ18.6127.244.48-
YUV125.8660.92118.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.73%
GREEN value IS 156 (61.33% from 255) = 56.73%
BLUE value IS 7 (3.12% from 255) = 2.55%
R=40.73%
G=56.73%
B=2.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11215670.2800.960.3977.7291.4131.96
Hex709C71C060274e5b20
Octal16023473401404711613340
Binary111000010011100111111000110000010011110011101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709C07; }

 p { color: rgb(112,156,7); }

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

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

 a { background-color: rgb(112,156,7); }

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

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

 span { border-color: rgb(112,156,7); }

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