#70968A

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

Shades of Granny Smith #70968A

Tints of Granny Smith #70968A

Color information

#70968A (or 0x70968A) is unknown color: approx Granny Smith. HEX triplet: 70, 96 and 8A. RGB value is (112,150,138). Sum of RGB (Red+Green+Blue) = 112+150+138=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #70968A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70968A is #8F6975. Grayscale: #898989. Windows color (decimal): -9398646 or 9082480. OLE color: 9082480.

HSL color Cylindrical-coordinate representation of color #70968A: hue angle of 161.05º 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 #70968A is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB112150138-
CMYK0.2500.080.41
HSL161.05º15.32%51.37%-
HSV(B)161.05º25.33%58.82%-
XYZ22.1827.0928.11-
YUV137.27128.41109.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 150 (58.98% from 255) = 37.5%
BLUE value IS 138 (54.30% from 255) = 34.5%
R=28%
G=37.5%
B=34.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501380.2500.080.41161.0515.3251.37
Hex70968A190829a1f33
Octal16022621231010512411763
Binary111000010010110100010101100101000101001101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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