Html Css Color HEX #7F918A Granny Smith

📋 copy color: '#7F918A'

red 127 ◦ green 145 ◦ blue 138

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

Shades of Granny Smith #7F918A

Tints of Granny Smith #7F918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 30.98%
G = 35.37%
B = 33.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#7F918A (or 0x7F918A) is known color: Granny Smith. HEX triplet: 7F, 91 and 8A. RGB value is (127,145,138). Sum of RGB (Red+Green+Blue) = 127+145+138=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 145 - color contains mainly: green. Hex color #7F918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F918A is #806E75. Grayscale: #8A8A8A. Windows color (decimal): -8416886 or 9081215. OLE color: 9081215.

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

Color convert

RGB 127 145 138 -
CMYK 0.12 0 0.05 0.43
HSL 156.67º 0.08% 0.53% -
HSV(B) 156.67º 0.12% 0.57% -
XYZ 23.47 26.6 27.94 -
YUV 138.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 127 145 138 0.12 0 0.05 0.43 156.67 0.08 0.53
Hex 7F 91 8A C 0 5 2B 9D 8 35
Octal 177 221 212 14 0 5 53 235 10 65
Binary 1111111 10010001 10001010 1100 0 101 101011 10011101 1000 110101

Color Harmonies of #7F918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F918A

Black with #7F918A

Text Example


Text Example

White with #7F918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,145,138); }

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

background-color css

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

 a { background-color: rgb(127,145,138); }

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

border-color css

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

 span { border-color: rgb(127,145,138); }

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