Html Css Color HEX #71958B Granny Smith

📋 copy color: '#71958B'

red 113 ◦ green 149 ◦ blue 139

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

Shades of Granny Smith #71958B

Tints of Granny Smith #71958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 28.18%
G = 37.16%
B = 34.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#71958B (or 0x71958B) is known color: Granny Smith. HEX triplet: 71, 95 and 8B. RGB value is (113,149,139). Sum of RGB (Red+Green+Blue) = 113+149+139=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 149 - color contains mainly: green. Hex color #71958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71958B is #8E6A74. Grayscale: #898989. Windows color (decimal): -9333365 or 9147761. OLE color: 9147761.

HSL color Cylindrical-coordinate representation of color #71958B: hue angle of 163.33º degrees, saturation: 0.15, 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 #71958B is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 139 -
CMYK 0.24 0 0.07 0.42
HSL 163.33º 0.15% 0.51% -
HSV(B) 163.33º 0.24% 0.58% -
XYZ 22.22 26.87 28.44 -
YUV 137.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 113 149 139 0.24 0 0.07 0.42 163.33 0.15 0.51
Hex 71 95 8B 18 0 7 2A A3 F 33
Octal 161 225 213 30 0 7 52 243 17 63
Binary 1110001 10010101 10001011 11000 0 111 101010 10100011 1111 110011

Color Harmonies of #71958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71958B

Black with #71958B

Text Example


Text Example

White with #71958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71958B; }

 p { color: rgb(113,149,139); }

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

background-color css

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

 a { background-color: rgb(113,149,139); }

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

border-color css

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

 span { border-color: rgb(113,149,139); }

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