Html Css Color HEX #81958B Granny Smith

📋 copy color: '#81958B'

red 129 ◦ green 149 ◦ blue 139

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

Shades of Granny Smith #81958B

Tints of Granny Smith #81958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 30.94%
G = 35.73%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#81958B (or 0x81958B) is known color: Granny Smith. HEX triplet: 81, 95 and 8B. RGB value is (129,149,139). Sum of RGB (Red+Green+Blue) = 129+149+139=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 149 - color contains mainly: green. Hex color #81958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81958B is #7E6A74. Grayscale: #8D8D8D. Windows color (decimal): -8284789 or 9147777. OLE color: 9147777.

HSL color Cylindrical-coordinate representation of color #81958B: hue angle of 150º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #81958B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 149 139 -
CMYK 0.13 0 0.07 0.42
HSL 150º 0.09% 0.55% -
HSV(B) 150º 0.13% 0.58% -
XYZ 24.46 28.03 28.55 -
YUV 141.88 126.37 118.81 -
System Red Green Blue C M Y K H S L
Decimal 129 149 139 0.13 0 0.07 0.42 150 0.09 0.55
Hex 81 95 8B D 0 7 2A 96 9 37
Octal 201 225 213 15 0 7 52 226 11 67
Binary 10000001 10010101 10001011 1101 0 111 101010 10010110 1001 110111

Color Harmonies of #81958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81958B

Black with #81958B

Text Example


Text Example

White with #81958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81958B; }

 p { color: rgb(129,149,139); }

 H1.HeaderClassName
 {
   color: #81958B;
 }
 .AnyTagClassName
 {
   color: #81958B;
 }
</style>

background-color css

<style>
 a { background-color: #81958B; }

 a { background-color: rgb(129,149,139); }

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

border-color css

<style>
 span { border-color: #81958B; }

 span { border-color: rgb(129,149,139); }

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