#70977B

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

Shades of Oxley #70977B

Tints of Oxley #70977B

Color information

#70977B (or 0x70977B) is unknown color: approx Oxley. HEX triplet: 70, 97 and 7B. RGB value is (112,151,123). Sum of RGB (Red+Green+Blue) = 112+151+123=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #70977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70977B is #8F6884. Grayscale: #888888. Windows color (decimal): -9398405 or 8099696. OLE color: 8099696.

HSL color Cylindrical-coordinate representation of color #70977B: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70977B is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB112151123-
CMYK0.2600.190.41
HSL136.92º15.79%51.57%-
HSV(B)136.92º25.83%59.22%-
XYZ21.3227.0122.83-
YUV136.15120.58110.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 151 (59.38% from 255) = 39.12%
BLUE value IS 123 (48.44% from 255) = 31.87%
R=29.02%
G=39.12%
B=31.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121511230.2600.190.41136.9215.7951.57
Hex70977B1A01329891034
Octal16022717332023512112064
Binary1110000100101111111011110100100111010011000100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70977B; }

 p { color: rgb(112,151,123); }

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

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

 a { background-color: rgb(112,151,123); }

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

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

 span { border-color: rgb(112,151,123); }

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