Html Css Color HEX #818C89 Granny Smith

📋 copy color: '#818C89'

red 129 ◦ green 140 ◦ blue 137

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

Shades of Granny Smith #818C89

Tints of Granny Smith #818C89

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.48%

 BLUE value IS 137 (53.91% from 255) = 33.74%

R = 31.77%
G = 34.48%
B = 33.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#818C89 (or 0x818C89) is known color: Granny Smith. HEX triplet: 81, 8C and 89. RGB value is (129,140,137). Sum of RGB (Red+Green+Blue) = 129+140+137=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 140 - color contains mainly: green. Hex color #818C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C89 is #7E7376. Grayscale: #888888. Windows color (decimal): -8287095 or 9014401. OLE color: 9014401.

HSL color Cylindrical-coordinate representation of color #818C89: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818C89 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 140 137 -
CMYK 0.08 0 0.02 0.45
HSL 163.64º 0.05% 0.53% -
HSV(B) 163.64º 0.08% 0.55% -
XYZ 22.95 25.23 27.33 -
YUV 136.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 129 140 137 0.08 0 0.02 0.45 163.64 0.05 0.53
Hex 81 8C 89 8 0 2 2D A4 5 35
Octal 201 214 211 10 0 2 55 244 5 65
Binary 10000001 10001100 10001001 1000 0 10 101101 10100100 101 110101

Color Harmonies of #818C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818C89

Black with #818C89

Text Example


Text Example

White with #818C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818C89; }

 p { color: rgb(129,140,137); }

 H1.HeaderClassName
 {
   color: #818C89;
 }
 .AnyTagClassName
 {
   color: #818C89;
 }
</style>

background-color css

<style>
 a { background-color: #818C89; }

 a { background-color: rgb(129,140,137); }

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

border-color css

<style>
 span { border-color: #818C89; }

 span { border-color: rgb(129,140,137); }

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