Html Css Color HEX #81968D Granny Smith

📋 copy color: '#81968D'

red 129 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #81968D

Tints of Granny Smith #81968D

RGB

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

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

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

R = 30.71%
G = 35.71%
B = 33.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#81968D (or 0x81968D) is known color: Granny Smith. HEX triplet: 81, 96 and 8D. RGB value is (129,150,141). Sum of RGB (Red+Green+Blue) = 129+150+141=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #81968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81968D is #7E6972. Grayscale: #8E8E8E. Windows color (decimal): -8284531 or 9279105. OLE color: 9279105.

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

Color convert

RGB 129 150 141 -
CMYK 0.14 0 0.06 0.41
HSL 154.29º 0.09% 0.55% -
HSV(B) 154.29º 0.14% 0.59% -
XYZ 24.77 28.4 29.38 -
YUV 142.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 129 150 141 0.14 0 0.06 0.41 154.29 0.09 0.55
Hex 81 96 8D E 0 6 29 9A 9 37
Octal 201 226 215 16 0 6 51 232 11 67
Binary 10000001 10010110 10001101 1110 0 110 101001 10011010 1001 110111

Color Harmonies of #81968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81968D

Black with #81968D

Text Example


Text Example

White with #81968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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