#709E00

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

Shades of Christi #709E00

Tints of Christi #709E00

Color information

#709E00 (or 0x709E00) is unknown color: approx Christi. HEX triplet: 70, 9E and 00. RGB value is (112,158,0). Sum of RGB (Red+Green+Blue) = 112+158+0=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #709E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709E00 is #8F61FF. Grayscale: #7E7E7E. Windows color (decimal): -9396736 or 40560. OLE color: 40560.

HSL color Cylindrical-coordinate representation of color #709E00: hue angle of 77.47º 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 #709E00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB1121580-
CMYK0.29010.38
HSL77.47º100%30.98%-
HSV(B)77.47º100%61.96%-
XYZ18.9127.94.39-
YUV126.2356.76117.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 158 (62.11% from 255) = 58.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.48%
G=58.52%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11215800.29010.3877.4710030.98
Hex709E01D064264d641f
Octal16023603501444611514437
Binary111000010011110011101011001001001101001101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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