Html Css Color HEX #7F9289 Granny Smith

📋 copy color: '#7F9289'

red 127 ◦ green 146 ◦ blue 137

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

Shades of Granny Smith #7F9289

Tints of Granny Smith #7F9289

RGB

 RED value IS 127 (50% from 255) = 30.98%

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 137 (53.91% from 255) = 33.41%

R = 30.98%
G = 35.61%
B = 33.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#7F9289 (or 0x7F9289) is known color: Granny Smith. HEX triplet: 7F, 92 and 89. RGB value is (127,146,137). Sum of RGB (Red+Green+Blue) = 127+146+137=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9289 is #806D76. Grayscale: #8B8B8B. Windows color (decimal): -8416631 or 9015935. OLE color: 9015935.

HSL color Cylindrical-coordinate representation of color #7F9289: hue angle of 151.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F9289 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 146 137 -
CMYK 0.13 0 0.06 0.43
HSL 151.58º 0.08% 0.54% -
HSV(B) 151.58º 0.13% 0.57% -
XYZ 23.55 26.88 27.61 -
YUV 139.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 127 146 137 0.13 0 0.06 0.43 151.58 0.08 0.54
Hex 7F 92 89 D 0 6 2B 98 8 36
Octal 177 222 211 15 0 6 53 230 10 66
Binary 1111111 10010010 10001001 1101 0 110 101011 10011000 1000 110110

Color Harmonies of #7F9289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9289

Black with #7F9289

Text Example


Text Example

White with #7F9289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F9289; }

 p { color: rgb(127,146,137); }

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

background-color css

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

 a { background-color: rgb(127,146,137); }

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

border-color css

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

 span { border-color: rgb(127,146,137); }

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