#709978

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

Shades of Oxley #709978

Tints of Oxley #709978

Color information

#709978 (or 0x709978) is unknown color: approx Oxley. HEX triplet: 70, 99 and 78. RGB value is (112,153,120). Sum of RGB (Red+Green+Blue) = 112+153+120=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #709978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709978 is #8F6687. Grayscale: #898989. Windows color (decimal): -9397896 or 7903600. OLE color: 7903600.

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

Color convert

RGB112153120-
CMYK0.2700.220.4
HSL131.71º16.73%51.96%-
HSV(B)131.71º26.8%60%-
XYZ21.4627.5821.96-
YUV136.98118.42110.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.09%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 120 (47.27% from 255) = 31.17%
R=29.09%
G=39.74%
B=31.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531200.2700.220.4131.7116.7351.96
Hex7099781B01628841134
Octal16023117033026502042164
Binary1110000100110011111000110110101101010001000010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709978; }

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

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

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

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

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

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

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

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