#709F00

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

Shades of Christi #709F00

Tints of Christi #709F00

Color information

#709F00 (or 0x709F00) is unknown color: approx Christi. HEX triplet: 70, 9F and 00. RGB value is (112,159,0). Sum of RGB (Red+Green+Blue) = 112+159+0=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 159 (62.5% from 255 or 58.67% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 159 - color contains mainly: green. Hex color #709F00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709F00 is #8F60FF. Grayscale: #7F7F7F. Windows color (decimal): -9396480 or 40816. OLE color: 40816.

HSL color Cylindrical-coordinate representation of color #709F00: hue angle of 77.74º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709F00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1121590-
CMYK0.30010.38
HSL77.74º100%31.18%-
HSV(B)77.74º100%62.35%-
XYZ19.0828.244.45-
YUV126.8256.43117.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.33%
GREEN value IS 159 (62.5% from 255) = 58.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.33%
G=58.67%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11215900.30010.3877.7410031.18
Hex709F01E064264e641f
Octal16023703601444611614437
Binary111000010011111011110011001001001101001110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,159,0); }

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

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

 a { background-color: rgb(112,159,0); }

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

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

 span { border-color: rgb(112,159,0); }

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