Html Css Color HEX #709485 Granny Smith

📋 copy color: '#709485'

red 112 ◦ green 148 ◦ blue 133

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

Shades of Granny Smith #709485

Tints of Granny Smith #709485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.66%

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

R = 28.5%
G = 37.66%
B = 33.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#709485 (or 0x709485) is known color: Granny Smith. HEX triplet: 70, 94 and 85. RGB value is (112,148,133). Sum of RGB (Red+Green+Blue) = 112+148+133=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #709485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #709485 is #8F6B7A. Grayscale: #878787. Windows color (decimal): -9399163 or 8754288. OLE color: 8754288.

HSL color Cylindrical-coordinate representation of color #709485: hue angle of 155º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709485 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 133 -
CMYK 0.24 0 0.10 0.42
HSL 155º 0.14% 0.51% -
HSV(B) 155º 0.24% 0.58% -
XYZ 21.51 26.32 26.14 -
YUV 135.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 112 148 133 0.24 0 0.10 0.42 155 0.14 0.51
Hex 70 94 85 18 0 A 2A 9B E 33
Octal 160 224 205 30 0 12 52 233 16 63
Binary 1110000 10010100 10000101 11000 0 1010 101010 10011011 1110 110011

Color Harmonies of #709485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709485

Black with #709485

Text Example


Text Example

White with #709485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709485; }

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

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

background-color css

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

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

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

border-color css

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

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

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