Html Css Color HEX #709585 Granny Smith

📋 copy color: '#709585'

red 112 ◦ green 149 ◦ blue 133

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

Shades of Granny Smith #709585

Tints of Granny Smith #709585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.76%

R = 28.43%
G = 37.82%
B = 33.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#709585 (or 0x709585) is known color: Granny Smith. HEX triplet: 70, 95 and 85. RGB value is (112,149,133). Sum of RGB (Red+Green+Blue) = 112+149+133=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #709585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709585 is #8F6A7A. Grayscale: #888888. Windows color (decimal): -9398907 or 8754544. OLE color: 8754544.

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

Color convert

RGB 112 149 133 -
CMYK 0.25 0 0.11 0.42
HSL 154.05º 0.15% 0.51% -
HSV(B) 154.05º 0.25% 0.58% -
XYZ 21.66 26.63 26.19 -
YUV 136.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 112 149 133 0.25 0 0.11 0.42 154.05 0.15 0.51
Hex 70 95 85 19 0 B 2A 9A F 33
Octal 160 225 205 31 0 13 52 232 17 63
Binary 1110000 10010101 10000101 11001 0 1011 101010 10011010 1111 110011

Color Harmonies of #709585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709585

Black with #709585

Text Example


Text Example

White with #709585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709585; }

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

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

background-color css

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

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

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

border-color css

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

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

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