#709900

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

Shades of Christi #709900

Tints of Christi #709900

Color information

#709900 (or 0x709900) is unknown color: approx Christi. HEX triplet: 70, 99 and 00. RGB value is (112,153,0). Sum of RGB (Red+Green+Blue) = 112+153+0=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #709900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709900 is #8F66FF. Grayscale: #7B7B7B. Windows color (decimal): -9398016 or 39280. OLE color: 39280.

HSL color Cylindrical-coordinate representation of color #709900: hue angle of 76.08º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709900 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB1121530-
CMYK0.27010.4
HSL76.08º100%30%-
HSV(B)76.08º100%60%-
XYZ18.0726.234.11-
YUV123.358.42119.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.26%
GREEN value IS 153 (60.16% from 255) = 57.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.26%
G=57.74%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11215300.27010.476.0810030
Hex709901B064284c641e
Octal16023103301445011414436
Binary111000010011001011011011001001010001001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709900; }

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

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

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

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

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

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

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

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