Html Css Color HEX #70988C Granny Smith

📋 copy color: '#70988C'

red 112 ◦ green 152 ◦ blue 140

#70988C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #70988C

Tints of Granny Smith #70988C

RGB

 RED value IS 112 (44.14% from 255) = 27.72%

 GREEN value IS 152 (59.77% from 255) = 37.62%

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 27.72%
G = 37.62%
B = 34.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#70988C (or 0x70988C) is known color: Granny Smith. HEX triplet: 70, 98 and 8C. RGB value is (112,152,140). Sum of RGB (Red+Green+Blue) = 112+152+140=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #70988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70988C is #8F6773. Grayscale: #8A8A8A. Windows color (decimal): -9398132 or 9214064. OLE color: 9214064.

HSL color Cylindrical-coordinate representation of color #70988C: hue angle of 162º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70988C is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 140 -
CMYK 0.26 0 0.08 0.40
HSL 162º 0.16% 0.52% -
HSV(B) 162º 0.26% 0.6% -
XYZ 22.64 27.79 28.98 -
YUV 138.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 112 152 140 0.26 0 0.08 0.40 162 0.16 0.52
Hex 70 98 8C 1A 0 8 28 A2 10 34
Octal 160 230 214 32 0 10 50 242 20 64
Binary 1110000 10011000 10001100 11010 0 1000 101000 10100010 10000 110100

Color Harmonies of #70988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70988C

Black with #70988C

Text Example


Text Example

White with #70988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70988C; }

 p { color: rgb(112,152,140); }

 H1.HeaderClassName
 {
   color: #70988C;
 }
 .AnyTagClassName
 {
   color: #70988C;
 }
</style>

background-color css

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

 a { background-color: rgb(112,152,140); }

 div.DivClassName
 {
   background-color: #70988C;
 }
 .BgClassName
 {
   background-color: #70988C;
 }
</style>

border-color css

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

 span { border-color: rgb(112,152,140); }

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