Html Css Color HEX #718F85 Granny Smith

📋 copy color: '#718F85'

red 113 ◦ green 143 ◦ blue 133

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

Shades of Granny Smith #718F85

Tints of Granny Smith #718F85

RGB

 RED value IS 113 (44.53% from 255) = 29.05%

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 29.05%
G = 36.76%
B = 34.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#718F85 (or 0x718F85) is known color: Granny Smith. HEX triplet: 71, 8F and 85. RGB value is (113,143,133). Sum of RGB (Red+Green+Blue) = 113+143+133=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #718F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718F85 is #8E707A. Grayscale: #848484. Windows color (decimal): -9334907 or 8753009. OLE color: 8753009.

HSL color Cylindrical-coordinate representation of color #718F85: hue angle of 160º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #718F85 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 143 133 -
CMYK 0.21 0 0.07 0.44
HSL 160º 0.12% 0.5% -
HSV(B) 160º 0.21% 0.56% -
XYZ 20.87 24.85 25.89 -
YUV 132.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 113 143 133 0.21 0 0.07 0.44 160 0.12 0.5
Hex 71 8F 85 15 0 7 2C A0 C 32
Octal 161 217 205 25 0 7 54 240 14 62
Binary 1110001 10001111 10000101 10101 0 111 101100 10100000 1100 110010

Color Harmonies of #718F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718F85

Black with #718F85

Text Example


Text Example

White with #718F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718F85; }

 p { color: rgb(113,143,133); }

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

background-color css

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

 a { background-color: rgb(113,143,133); }

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

border-color css

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

 span { border-color: rgb(113,143,133); }

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