Html Css Color HEX #819E93 Granny Smith

📋 copy color: '#819E93'

red 129 ◦ green 158 ◦ blue 147

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

Shades of Granny Smith #819E93

Tints of Granny Smith #819E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.41%

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 29.72%
G = 36.41%
B = 33.87%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.38

RGB Variations

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

Color information

#819E93 (or 0x819E93) is known color: Granny Smith. HEX triplet: 81, 9E and 93. RGB value is (129,158,147). Sum of RGB (Red+Green+Blue) = 129+158+147=434 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.72% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #819E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819E93 is #7E616C. Grayscale: #949494. Windows color (decimal): -8282477 or 9674369. OLE color: 9674369.

HSL color Cylindrical-coordinate representation of color #819E93: hue angle of 157.24º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #819E93 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 158 147 -
CMYK 0.18 0 0.07 0.38
HSL 157.24º 0.13% 0.56% -
HSV(B) 157.24º 0.18% 0.62% -
XYZ 26.55 31.23 32.23 -
YUV 148.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 129 158 147 0.18 0 0.07 0.38 157.24 0.13 0.56
Hex 81 9E 93 12 0 7 26 9D D 38
Octal 201 236 223 22 0 7 46 235 15 70
Binary 10000001 10011110 10010011 10010 0 111 100110 10011101 1101 111000

Color Harmonies of #819E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819E93

Black with #819E93

Text Example


Text Example

White with #819E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819E93; }

 p { color: rgb(129,158,147); }

 H1.HeaderClassName
 {
   color: #819E93;
 }
 .AnyTagClassName
 {
   color: #819E93;
 }
</style>

background-color css

<style>
 a { background-color: #819E93; }

 a { background-color: rgb(129,158,147); }

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

border-color css

<style>
 span { border-color: #819E93; }

 span { border-color: rgb(129,158,147); }

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