Html Css Color HEX #709888 Granny Smith

📋 copy color: '#709888'

red 112 ◦ green 152 ◦ blue 136

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

Shades of Granny Smith #709888

Tints of Granny Smith #709888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34%

R = 28%
G = 38%
B = 34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#709888 (or 0x709888) is known color: Granny Smith. HEX triplet: 70, 98 and 88. RGB value is (112,152,136). Sum of RGB (Red+Green+Blue) = 112+152+136=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 152 - color contains mainly: green. Hex color #709888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709888 is #8F6777. Grayscale: #8A8A8A. Windows color (decimal): -9398136 or 8951920. OLE color: 8951920.

HSL color Cylindrical-coordinate representation of color #709888: hue angle of 156º 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 #709888 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 152 136 -
CMYK 0.26 0 0.11 0.40
HSL 156º 0.16% 0.52% -
HSV(B) 156º 0.26% 0.6% -
XYZ 22.35 27.68 27.46 -
YUV 138.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 112 152 136 0.26 0 0.11 0.40 156 0.16 0.52
Hex 70 98 88 1A 0 B 28 9C 10 34
Octal 160 230 210 32 0 13 50 234 20 64
Binary 1110000 10011000 10001000 11010 0 1011 101000 10011100 10000 110100

Color Harmonies of #709888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709888

Black with #709888

Text Example


Text Example

White with #709888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709888; }

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

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

background-color css

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

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

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

border-color css

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

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

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