Html Css Color HEX #7F9389 Granny Smith

📋 copy color: '#7F9389'

red 127 ◦ green 147 ◦ blue 137

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

Shades of Granny Smith #7F9389

Tints of Granny Smith #7F9389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

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

R = 30.9%
G = 35.77%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#7F9389 (or 0x7F9389) is known color: Granny Smith. HEX triplet: 7F, 93 and 89. RGB value is (127,147,137). Sum of RGB (Red+Green+Blue) = 127+147+137=411 (54% of max value = 765). Red value is 127 (50% from 255 or 30.90% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 147 - color contains mainly: green. Hex color #7F9389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9389 is #806C76. Grayscale: #8B8B8B. Windows color (decimal): -8416375 or 9016191. OLE color: 9016191.

HSL color Cylindrical-coordinate representation of color #7F9389: hue angle of 150º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F9389 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 147 137 -
CMYK 0.14 0 0.07 0.42
HSL 150º 0.08% 0.54% -
HSV(B) 150º 0.14% 0.58% -
XYZ 23.7 27.19 27.67 -
YUV 139.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 127 147 137 0.14 0 0.07 0.42 150 0.08 0.54
Hex 7F 93 89 E 0 7 2A 96 8 36
Octal 177 223 211 16 0 7 52 226 10 66
Binary 1111111 10010011 10001001 1110 0 111 101010 10010110 1000 110110

Color Harmonies of #7F9389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9389

Black with #7F9389

Text Example


Text Example

White with #7F9389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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