#70968B

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

Shades of Granny Smith #70968B

Tints of Granny Smith #70968B

Color information

#70968B (or 0x70968B) is unknown color: approx Granny Smith. HEX triplet: 70, 96 and 8B. RGB value is (112,150,139). Sum of RGB (Red+Green+Blue) = 112+150+139=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 150 - color contains mainly: green. Hex color #70968B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70968B is #8F6974. Grayscale: #898989. Windows color (decimal): -9398645 or 9148016. OLE color: 9148016.

HSL color Cylindrical-coordinate representation of color #70968B: hue angle of 162.63º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #70968B is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB112150139-
CMYK0.2500.070.41
HSL162.63º15.32%51.37%-
HSV(B)162.63º25.33%58.82%-
XYZ22.2527.1228.49-
YUV137.38128.91109.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 150 (58.98% from 255) = 37.41%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=27.93%
G=37.41%
B=34.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501390.2500.070.41162.6315.3251.37
Hex70968B190729a3f33
Octal1602262133107512431763
Binary11100001001011010001011110010111101001101000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,150,139); }

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

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

 a { background-color: rgb(112,150,139); }

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

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

 span { border-color: rgb(112,150,139); }

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