Html Css Color HEX #819A94 Granny Smith

📋 copy color: '#819A94'

red 129 ◦ green 154 ◦ blue 148

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

Shades of Granny Smith #819A94

Tints of Granny Smith #819A94

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.73%

 BLUE value IS 148 (58.2% from 255) = 34.34%

R = 29.93%
G = 35.73%
B = 34.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#819A94 (or 0x819A94) is known color: Granny Smith. HEX triplet: 81, 9A and 94. RGB value is (129,154,148). Sum of RGB (Red+Green+Blue) = 129+154+148=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 154 - color contains mainly: green. Hex color #819A94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819A94 is #7E656B. Grayscale: #919191. Windows color (decimal): -8283500 or 9738881. OLE color: 9738881.

HSL color Cylindrical-coordinate representation of color #819A94: hue angle of 165.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #819A94 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 154 148 -
CMYK 0.16 0 0.04 0.40
HSL 165.6º 0.11% 0.55% -
HSV(B) 165.6º 0.16% 0.6% -
XYZ 25.95 29.92 32.42 -
YUV 145.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 129 154 148 0.16 0 0.04 0.40 165.6 0.11 0.55
Hex 81 9A 94 10 0 4 28 A6 B 37
Octal 201 232 224 20 0 4 50 246 13 67
Binary 10000001 10011010 10010100 10000 0 100 101000 10100110 1011 110111

Color Harmonies of #819A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819A94

Black with #819A94

Text Example


Text Example

White with #819A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,154,148); }

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

background-color css

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

 a { background-color: rgb(129,154,148); }

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

border-color css

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

 span { border-color: rgb(129,154,148); }

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