Html Css Color HEX #709B8A Granny Smith

📋 copy color: '#709B8A'

red 112 ◦ green 155 ◦ blue 138

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

Shades of Granny Smith #709B8A

Tints of Granny Smith #709B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.27%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 27.65%
G = 38.27%
B = 34.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#709B8A (or 0x709B8A) is known color: Granny Smith. HEX triplet: 70, 9B and 8A. RGB value is (112,155,138). Sum of RGB (Red+Green+Blue) = 112+155+138=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #709B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709B8A is #8F6475. Grayscale: #8C8C8C. Windows color (decimal): -9397366 or 9083760. OLE color: 9083760.

HSL color Cylindrical-coordinate representation of color #709B8A: hue angle of 156.28º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #709B8A is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 138 -
CMYK 0.28 0 0.11 0.39
HSL 156.28º 0.18% 0.52% -
HSV(B) 156.28º 0.28% 0.61% -
XYZ 22.99 28.72 28.38 -
YUV 140.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 112 155 138 0.28 0 0.11 0.39 156.28 0.18 0.52
Hex 70 9B 8A 1C 0 B 27 9C 12 34
Octal 160 233 212 34 0 13 47 234 22 64
Binary 1110000 10011011 10001010 11100 0 1011 100111 10011100 10010 110100

Color Harmonies of #709B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B8A

Black with #709B8A

Text Example


Text Example

White with #709B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B8A; }

 p { color: rgb(112,155,138); }

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

background-color css

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

 a { background-color: rgb(112,155,138); }

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

border-color css

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

 span { border-color: rgb(112,155,138); }

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