Html Css Color HEX #81988F Granny Smith

📋 copy color: '#81988F'

red 129 ◦ green 152 ◦ blue 143

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

Shades of Granny Smith #81988F

Tints of Granny Smith #81988F

RGB

 RED value IS 129 (50.78% from 255) = 30.42%

 GREEN value IS 152 (59.77% from 255) = 35.85%

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

R = 30.42%
G = 35.85%
B = 33.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#81988F (or 0x81988F) is known color: Granny Smith. HEX triplet: 81, 98 and 8F. RGB value is (129,152,143). Sum of RGB (Red+Green+Blue) = 129+152+143=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 152 - color contains mainly: green. Hex color #81988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81988F is #7E6770. Grayscale: #909090. Windows color (decimal): -8284017 or 9410689. OLE color: 9410689.

HSL color Cylindrical-coordinate representation of color #81988F: hue angle of 156.52º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #81988F is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 143 -
CMYK 0.15 0 0.06 0.40
HSL 156.52º 0.1% 0.55% -
HSV(B) 156.52º 0.15% 0.6% -
XYZ 25.24 29.11 30.27 -
YUV 144.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 129 152 143 0.15 0 0.06 0.40 156.52 0.1 0.55
Hex 81 98 8F F 0 6 28 9D A 37
Octal 201 230 217 17 0 6 50 235 12 67
Binary 10000001 10011000 10001111 1111 0 110 101000 10011101 1010 110111

Color Harmonies of #81988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81988F

Black with #81988F

Text Example


Text Example

White with #81988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,152,143); }

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

background-color css

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

 a { background-color: rgb(129,152,143); }

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

border-color css

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

 span { border-color: rgb(129,152,143); }

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