Html Css Color HEX #818C88 Granny Smith

📋 copy color: '#818C88'

red 129 ◦ green 140 ◦ blue 136

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

Shades of Granny Smith #818C88

Tints of Granny Smith #818C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 31.85%
G = 34.57%
B = 33.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#818C88 (or 0x818C88) is known color: Granny Smith. HEX triplet: 81, 8C and 88. RGB value is (129,140,136). Sum of RGB (Red+Green+Blue) = 129+140+136=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #818C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C88 is #7E7377. Grayscale: #888888. Windows color (decimal): -8287096 or 8948865. OLE color: 8948865.

HSL color Cylindrical-coordinate representation of color #818C88: hue angle of 158.18º 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 #818C88 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 140 136 -
CMYK 0.08 0 0.03 0.45
HSL 158.18º 0.05% 0.53% -
HSV(B) 158.18º 0.08% 0.55% -
XYZ 22.88 25.2 26.95 -
YUV 136.26 127.86 122.83 -
System Red Green Blue C M Y K H S L
Decimal 129 140 136 0.08 0 0.03 0.45 158.18 0.05 0.53
Hex 81 8C 88 8 0 3 2D 9E 5 35
Octal 201 214 210 10 0 3 55 236 5 65
Binary 10000001 10001100 10001000 1000 0 11 101101 10011110 101 110101

Color Harmonies of #818C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818C88

Black with #818C88

Text Example


Text Example

White with #818C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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