Html Css Color HEX #709785 Granny Smith

📋 copy color: '#709785'

red 112 ◦ green 151 ◦ blue 133

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

Shades of Granny Smith #709785

Tints of Granny Smith #709785

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.13%

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

R = 28.28%
G = 38.13%
B = 33.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#709785 (or 0x709785) is known color: Granny Smith. HEX triplet: 70, 97 and 85. RGB value is (112,151,133). Sum of RGB (Red+Green+Blue) = 112+151+133=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 151 - color contains mainly: green. Hex color #709785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709785 is #8F687A. Grayscale: #898989. Windows color (decimal): -9398395 or 8755056. OLE color: 8755056.

HSL color Cylindrical-coordinate representation of color #709785: hue angle of 152.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709785 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 133 -
CMYK 0.26 0 0.12 0.41
HSL 152.31º 0.16% 0.52% -
HSV(B) 152.31º 0.26% 0.59% -
XYZ 21.98 27.27 26.3 -
YUV 137.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 112 151 133 0.26 0 0.12 0.41 152.31 0.16 0.52
Hex 70 97 85 1A 0 C 29 98 10 34
Octal 160 227 205 32 0 14 51 230 20 64
Binary 1110000 10010111 10000101 11010 0 1100 101001 10011000 10000 110100

Color Harmonies of #709785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709785

Black with #709785

Text Example


Text Example

White with #709785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709785; }

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

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

background-color css

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

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

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

border-color css

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

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

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