Html Css Color HEX #81988E Granny Smith

📋 copy color: '#81988E'

red 129 ◦ green 152 ◦ blue 142

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

Shades of Granny Smith #81988E

Tints of Granny Smith #81988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 30.5%
G = 35.93%
B = 33.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#81988E (or 0x81988E) is known color: Granny Smith. HEX triplet: 81, 98 and 8E. RGB value is (129,152,142). Sum of RGB (Red+Green+Blue) = 129+152+142=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 152 - color contains mainly: green. Hex color #81988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81988E is #7E6771. Grayscale: #909090. Windows color (decimal): -8284018 or 9345153. OLE color: 9345153.

HSL color Cylindrical-coordinate representation of color #81988E: hue angle of 153.91º 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 #81988E is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 152 142 -
CMYK 0.15 0 0.07 0.40
HSL 153.91º 0.1% 0.55% -
HSV(B) 153.91º 0.15% 0.6% -
XYZ 25.16 29.08 29.88 -
YUV 143.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 129 152 142 0.15 0 0.07 0.40 153.91 0.1 0.55
Hex 81 98 8E F 0 7 28 9A A 37
Octal 201 230 216 17 0 7 50 232 12 67
Binary 10000001 10011000 10001110 1111 0 111 101000 10011010 1010 110111

Color Harmonies of #81988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81988E

Black with #81988E

Text Example


Text Example

White with #81988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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