#709B03

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

Shades of Christi #709B03

Tints of Christi #709B03

Color information

#709B03 (or 0x709B03) is unknown color: approx Christi. HEX triplet: 70, 9B and 03. RGB value is (112,155,3). Sum of RGB (Red+Green+Blue) = 112+155+3=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 155 (60.94% from 255 or 57.41% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 155 - color contains mainly: green. Hex color #709B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B03 is #8F64FC. Grayscale: #7D7D7D. Windows color (decimal): -9397501 or 236400. OLE color: 236400.

HSL color Cylindrical-coordinate representation of color #709B03: hue angle of 76.97º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #709B03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB1121553-
CMYK0.2800.980.39
HSL76.97º96.2%30.98%-
HSV(B)76.97º98.06%60.78%-
XYZ18.4226.894.31-
YUV124.8259.25118.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.48%
GREEN value IS 155 (60.94% from 255) = 57.41%
BLUE value IS 3 (1.56% from 255) = 1.11%
R=41.48%
G=57.41%
B=1.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11215530.2800.980.3976.9796.230.98
Hex709B31C062274d601f
Octal16023333401424711514037
Binary1110000100110111111100011000101001111001101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,155,3); }

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

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

 a { background-color: rgb(112,155,3); }

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

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

 span { border-color: rgb(112,155,3); }

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