Html Css Color HEX #70978C Granny Smith

📋 copy color: '#70978C'

red 112 ◦ green 151 ◦ blue 140

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

Shades of Granny Smith #70978C

Tints of Granny Smith #70978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.47%

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

R = 27.79%
G = 37.47%
B = 34.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#70978C (or 0x70978C) is known color: Granny Smith. HEX triplet: 70, 97 and 8C. RGB value is (112,151,140). Sum of RGB (Red+Green+Blue) = 112+151+140=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #70978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70978C is #8F6873. Grayscale: #8A8A8A. Windows color (decimal): -9398388 or 9213808. OLE color: 9213808.

HSL color Cylindrical-coordinate representation of color #70978C: hue angle of 163.08º 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 #70978C is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 140 -
CMYK 0.26 0 0.07 0.41
HSL 163.08º 0.16% 0.52% -
HSV(B) 163.08º 0.26% 0.59% -
XYZ 22.48 27.47 28.93 -
YUV 138.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 112 151 140 0.26 0 0.07 0.41 163.08 0.16 0.52
Hex 70 97 8C 1A 0 7 29 A3 10 34
Octal 160 227 214 32 0 7 51 243 20 64
Binary 1110000 10010111 10001100 11010 0 111 101001 10100011 10000 110100

Color Harmonies of #70978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70978C

Black with #70978C

Text Example


Text Example

White with #70978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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