Html Css Color HEX #80968F Granny Smith

📋 copy color: '#80968F'

red 128 ◦ green 150 ◦ blue 143

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

Shades of Granny Smith #80968F

Tints of Granny Smith #80968F

RGB

 RED value IS 128 (50.39% from 255) = 30.4%

 GREEN value IS 150 (58.98% from 255) = 35.63%

 BLUE value IS 143 (56.25% from 255) = 33.97%

R = 30.4%
G = 35.63%
B = 33.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#80968F (or 0x80968F) is known color: Granny Smith. HEX triplet: 80, 96 and 8F. RGB value is (128,150,143). Sum of RGB (Red+Green+Blue) = 128+150+143=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #80968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80968F is #7F6970. Grayscale: #8E8E8E. Windows color (decimal): -8350065 or 9410176. OLE color: 9410176.

HSL color Cylindrical-coordinate representation of color #80968F: hue angle of 160.91º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80968F is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 143 -
CMYK 0.15 0 0.05 0.41
HSL 160.91º 0.09% 0.55% -
HSV(B) 160.91º 0.15% 0.59% -
XYZ 24.77 28.39 30.16 -
YUV 142.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 128 150 143 0.15 0 0.05 0.41 160.91 0.09 0.55
Hex 80 96 8F F 0 5 29 A1 9 37
Octal 200 226 217 17 0 5 51 241 11 67
Binary 10000000 10010110 10001111 1111 0 101 101001 10100001 1001 110111

Color Harmonies of #80968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80968F

Black with #80968F

Text Example


Text Example

White with #80968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80968F; }

 p { color: rgb(128,150,143); }

 H1.HeaderClassName
 {
   color: #80968F;
 }
 .AnyTagClassName
 {
   color: #80968F;
 }
</style>

background-color css

<style>
 a { background-color: #80968F; }

 a { background-color: rgb(128,150,143); }

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

border-color css

<style>
 span { border-color: #80968F; }

 span { border-color: rgb(128,150,143); }

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