Html Css Color HEX #70998C Granny Smith

📋 copy color: '#70998C'

red 112 ◦ green 153 ◦ blue 140

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

Shades of Granny Smith #70998C

Tints of Granny Smith #70998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

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

R = 27.65%
G = 37.78%
B = 34.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#70998C (or 0x70998C) is known color: Granny Smith. HEX triplet: 70, 99 and 8C. RGB value is (112,153,140). Sum of RGB (Red+Green+Blue) = 112+153+140=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #70998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70998C is #8F6673. Grayscale: #8B8B8B. Windows color (decimal): -9397876 or 9214320. OLE color: 9214320.

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

Color convert

RGB 112 153 140 -
CMYK 0.27 0 0.08 0.4
HSL 160.98º 0.17% 0.52% -
HSV(B) 160.98º 0.27% 0.6% -
XYZ 22.81 28.12 29.04 -
YUV 139.26 128.42 108.56 -
System Red Green Blue C M Y K H S L
Decimal 112 153 140 0.27 0 0.08 0.4 160.98 0.17 0.52
Hex 70 99 8C 1B 0 8 28 A1 11 34
Octal 160 231 214 33 0 10 50 241 21 64
Binary 1110000 10011001 10001100 11011 0 1000 101000 10100001 10001 110100

Color Harmonies of #70998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70998C

Black with #70998C

Text Example


Text Example

White with #70998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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