Html Css Color HEX #709A85 Granny Smith

📋 copy color: '#709A85'

red 112 ◦ green 154 ◦ blue 133

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

Shades of Granny Smith #709A85

Tints of Granny Smith #709A85

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

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

R = 28.07%
G = 38.6%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#709A85 (or 0x709A85) is known color: Granny Smith. HEX triplet: 70, 9A and 85. RGB value is (112,154,133). Sum of RGB (Red+Green+Blue) = 112+154+133=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 154 - color contains mainly: green. Hex color #709A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709A85 is #8F657A. Grayscale: #8B8B8B. Windows color (decimal): -9397627 or 8755824. OLE color: 8755824.

HSL color Cylindrical-coordinate representation of color #709A85: hue angle of 150º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709A85 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 133 -
CMYK 0.27 0 0.14 0.40
HSL 150º 0.17% 0.52% -
HSV(B) 150º 0.27% 0.6% -
XYZ 22.47 28.25 26.46 -
YUV 139.05 124.59 108.71 -
System Red Green Blue C M Y K H S L
Decimal 112 154 133 0.27 0 0.14 0.40 150 0.17 0.52
Hex 70 9A 85 1B 0 E 28 96 11 34
Octal 160 232 205 33 0 16 50 226 21 64
Binary 1110000 10011010 10000101 11011 0 1110 101000 10010110 10001 110100

Color Harmonies of #709A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A85

Black with #709A85

Text Example


Text Example

White with #709A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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