Html Css Color HEX #819D90 Granny Smith

📋 copy color: '#819D90'

red 129 ◦ green 157 ◦ blue 144

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

Shades of Granny Smith #819D90

Tints of Granny Smith #819D90

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 30%
G = 36.51%
B = 33.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#819D90 (or 0x819D90) is known color: Granny Smith. HEX triplet: 81, 9D and 90. RGB value is (129,157,144). Sum of RGB (Red+Green+Blue) = 129+157+144=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 157 - color contains mainly: green. Hex color #819D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819D90 is #7E626F. Grayscale: #939393. Windows color (decimal): -8282736 or 9477505. OLE color: 9477505.

HSL color Cylindrical-coordinate representation of color #819D90: hue angle of 152.14º degrees, saturation: 0.12, 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 #819D90 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 157 144 -
CMYK 0.18 0 0.08 0.38
HSL 152.14º 0.13% 0.56% -
HSV(B) 152.14º 0.18% 0.62% -
XYZ 26.14 30.79 30.95 -
YUV 147.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 129 157 144 0.18 0 0.08 0.38 152.14 0.13 0.56
Hex 81 9D 90 12 0 8 26 98 C 38
Octal 201 235 220 22 0 10 46 230 14 70
Binary 10000001 10011101 10010000 10010 0 1000 100110 10011000 1100 111000

Color Harmonies of #819D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819D90

Black with #819D90

Text Example


Text Example

White with #819D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,157,144); }

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

background-color css

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

 a { background-color: rgb(129,157,144); }

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

border-color css

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

 span { border-color: rgb(129,157,144); }

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