Html Css Color HEX #709586 Granny Smith

📋 copy color: '#709586'

red 112 ◦ green 149 ◦ blue 134

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

Shades of Granny Smith #709586

Tints of Granny Smith #709586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 28.35%
G = 37.72%
B = 33.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#709586 (or 0x709586) is known color: Granny Smith. HEX triplet: 70, 95 and 86. RGB value is (112,149,134). Sum of RGB (Red+Green+Blue) = 112+149+134=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #709586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709586 is #8F6A79. Grayscale: #888888. Windows color (decimal): -9398906 or 8820080. OLE color: 8820080.

HSL color Cylindrical-coordinate representation of color #709586: hue angle of 155.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709586 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 149 134 -
CMYK 0.25 0 0.10 0.42
HSL 155.68º 0.15% 0.51% -
HSV(B) 155.68º 0.25% 0.58% -
XYZ 21.73 26.66 26.55 -
YUV 136.23 126.74 110.72 -
System Red Green Blue C M Y K H S L
Decimal 112 149 134 0.25 0 0.10 0.42 155.68 0.15 0.51
Hex 70 95 86 19 0 A 2A 9C F 33
Octal 160 225 206 31 0 12 52 234 17 63
Binary 1110000 10010101 10000110 11001 0 1010 101010 10011100 1111 110011

Color Harmonies of #709586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709586

Black with #709586

Text Example


Text Example

White with #709586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709586; }

 p { color: rgb(112,149,134); }

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

background-color css

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

 a { background-color: rgb(112,149,134); }

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

border-color css

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

 span { border-color: rgb(112,149,134); }

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