#709977

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

Shades of Oxley #709977

Tints of Oxley #709977

Color information

#709977 (or 0x709977) is unknown color: approx Oxley. HEX triplet: 70, 99 and 77. RGB value is (112,153,119). Sum of RGB (Red+Green+Blue) = 112+153+119=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 153 (60.16% from 255 or 39.84% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 153 - color contains mainly: green. Hex color #709977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709977 is #8F6688. Grayscale: #888888. Windows color (decimal): -9397897 or 7838064. OLE color: 7838064.

HSL color Cylindrical-coordinate representation of color #709977: hue angle of 130.24º 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 #709977 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB112153119-
CMYK0.2700.220.4
HSL130.24º16.73%51.96%-
HSV(B)130.24º26.8%60%-
XYZ21.427.5621.64-
YUV136.86117.92110.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 153 (60.16% from 255) = 39.84%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=29.17%
G=39.84%
B=30.99%

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
Decimal1121531190.2700.220.4130.2416.7351.96
Hex7099771B01628821134
Octal16023116733026502022164
Binary1110000100110011110111110110101101010001000001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709977; }

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

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

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

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

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

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

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

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