Html Css Color HEX #81998D Granny Smith

📋 copy color: '#81998D'

red 129 ◦ green 153 ◦ blue 141

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

Shades of Granny Smith #81998D

Tints of Granny Smith #81998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 30.5%
G = 36.17%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#81998D (or 0x81998D) is known color: Granny Smith. HEX triplet: 81, 99 and 8D. RGB value is (129,153,141). Sum of RGB (Red+Green+Blue) = 129+153+141=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #81998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81998D is #7E6672. Grayscale: #909090. Windows color (decimal): -8283763 or 9279873. OLE color: 9279873.

HSL color Cylindrical-coordinate representation of color #81998D: hue angle of 150º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81998D is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 153 141 -
CMYK 0.16 0 0.08 0.4
HSL 150º 0.11% 0.55% -
HSV(B) 150º 0.16% 0.6% -
XYZ 25.25 29.37 29.54 -
YUV 144.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 129 153 141 0.16 0 0.08 0.4 150 0.11 0.55
Hex 81 99 8D 10 0 8 28 96 B 37
Octal 201 231 215 20 0 10 50 226 13 67
Binary 10000001 10011001 10001101 10000 0 1000 101000 10010110 1011 110111

Color Harmonies of #81998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81998D

Black with #81998D

Text Example


Text Example

White with #81998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81998D; }

 p { color: rgb(129,153,141); }

 H1.HeaderClassName
 {
   color: #81998D;
 }
 .AnyTagClassName
 {
   color: #81998D;
 }
</style>

background-color css

<style>
 a { background-color: #81998D; }

 a { background-color: rgb(129,153,141); }

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

border-color css

<style>
 span { border-color: #81998D; }

 span { border-color: rgb(129,153,141); }

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