Html Css Color HEX #709686 Granny Smith

📋 copy color: '#709686'

red 112 ◦ green 150 ◦ blue 134

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

Shades of Granny Smith #709686

Tints of Granny Smith #709686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.88%

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

R = 28.28%
G = 37.88%
B = 33.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#709686 (or 0x709686) is known color: Granny Smith. HEX triplet: 70, 96 and 86. RGB value is (112,150,134). Sum of RGB (Red+Green+Blue) = 112+150+134=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 150 (58.98% from 255 or 37.88% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 150 - color contains mainly: green. Hex color #709686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709686 is #8F6979. Grayscale: #888888. Windows color (decimal): -9398650 or 8820336. OLE color: 8820336.

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

Color convert

RGB 112 150 134 -
CMYK 0.25 0 0.11 0.41
HSL 154.74º 0.15% 0.51% -
HSV(B) 154.74º 0.25% 0.59% -
XYZ 21.89 26.98 26.61 -
YUV 136.81 126.41 110.3 -
System Red Green Blue C M Y K H S L
Decimal 112 150 134 0.25 0 0.11 0.41 154.74 0.15 0.51
Hex 70 96 86 19 0 B 29 9B F 33
Octal 160 226 206 31 0 13 51 233 17 63
Binary 1110000 10010110 10000110 11001 0 1011 101001 10011011 1111 110011

Color Harmonies of #709686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709686

Black with #709686

Text Example


Text Example

White with #709686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709686; }

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

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

background-color css

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

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

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

border-color css

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

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

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