#709C0F

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

Shades of Christi #709C0F

Tints of Christi #709C0F

Color information

#709C0F (or 0x709C0F) is unknown color: approx Christi. HEX triplet: 70, 9C and 0F. RGB value is (112,156,15). Sum of RGB (Red+Green+Blue) = 112+156+15=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #709C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709C0F is #8F63F0. Grayscale: #7F7F7F. Windows color (decimal): -9397233 or 1023088. OLE color: 1023088.

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

Color convert

RGB11215615-
CMYK0.2800.900.39
HSL78.72º82.46%33.53%-
HSV(B)78.72º90.38%61.18%-
XYZ18.6627.264.73-
YUV126.7764.92117.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=39.58%
G=55.12%
B=5.30%

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
Decimal112156150.2800.900.3978.7282.4633.53
Hex709CF1C05A274f5222
Octal160234173401324711712242
Binary1110000100111001111111000101101010011110011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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