Html Css Color HEX #819690 Granny Smith

📋 copy color: '#819690'

red 129 ◦ green 150 ◦ blue 144

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

Shades of Granny Smith #819690

Tints of Granny Smith #819690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.46%

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

R = 30.5%
G = 35.46%
B = 34.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#819690 (or 0x819690) is known color: Granny Smith. HEX triplet: 81, 96 and 90. RGB value is (129,150,144). Sum of RGB (Red+Green+Blue) = 129+150+144=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 150 - color contains mainly: green. Hex color #819690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819690 is #7E696F. Grayscale: #8F8F8F. Windows color (decimal): -8284528 or 9475713. OLE color: 9475713.

HSL color Cylindrical-coordinate representation of color #819690: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #819690 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 144 -
CMYK 0.14 0 0.04 0.41
HSL 162.86º 0.09% 0.55% -
HSV(B) 162.86º 0.14% 0.59% -
XYZ 24.99 28.49 30.57 -
YUV 143.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 129 150 144 0.14 0 0.04 0.41 162.86 0.09 0.55
Hex 81 96 90 E 0 4 29 A3 9 37
Octal 201 226 220 16 0 4 51 243 11 67
Binary 10000001 10010110 10010000 1110 0 100 101001 10100011 1001 110111

Color Harmonies of #819690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819690

Black with #819690

Text Example


Text Example

White with #819690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819690; }

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

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

background-color css

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

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

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

border-color css

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

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

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