Html Css Color HEX #88968F Granny Smith

📋 copy color: '#88968F'

red 136 ◦ green 150 ◦ blue 143

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

Shades of Granny Smith #88968F

Tints of Granny Smith #88968F

RGB

 RED value IS 136 (53.52% from 255) = 31.7%

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

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

R = 31.7%
G = 34.97%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#88968F (or 0x88968F) is known color: Granny Smith. HEX triplet: 88, 96 and 8F. RGB value is (136,150,143). Sum of RGB (Red+Green+Blue) = 136+150+143=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #88968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88968F is #776970. Grayscale: #919191. Windows color (decimal): -7825777 or 9410184. OLE color: 9410184.

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

Color convert

RGB 136 150 143 -
CMYK 0.09 0 0.05 0.41
HSL 150º 0.06% 0.56% -
HSV(B) 150º 0.09% 0.59% -
XYZ 26.02 29.03 30.22 -
YUV 145.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 136 150 143 0.09 0 0.05 0.41 150 0.06 0.56
Hex 88 96 8F 9 0 5 29 96 6 38
Octal 210 226 217 11 0 5 51 226 6 70
Binary 10001000 10010110 10001111 1001 0 101 101001 10010110 110 111000

Color Harmonies of #88968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88968F

Black with #88968F

Text Example


Text Example

White with #88968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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