#81968E

Color #81968E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #81968E

Tints of Granny Smith #81968E

Color information

#81968E (or 0x81968E) is unknown color: approx Granny Smith. HEX triplet: 81, 96 and 8E. RGB value is (129,150,142). Sum of RGB (Red+Green+Blue) = 129+150+142=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #81968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81968E is #7E6971. Grayscale: #8E8E8E. Windows color (decimal): -8284530 or 9344641. OLE color: 9344641.

HSL color Cylindrical-coordinate representation of color #81968E: hue angle of 157.14º 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 #81968E is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB129150142-
CMYK0.1400.050.41
HSL157.14º9.09%54.71%-
HSV(B)157.14º14%58.82%-
XYZ24.8428.4329.77-
YUV142.81127.54118.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.64%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=30.64%
G=35.63%
B=33.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1291501420.1400.050.41157.149.0954.71
Hex81968EE05299d937
Octal2012262161605512351167
Binary10000001100101101000111011100101101001100111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81968E;
 }
 .AnyTagClassName
 {
   color: #81968E;
 }
</style>
background-color css

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

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

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

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

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

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