Html Css Color HEX #819692 Granny Smith

📋 copy color: '#819692'

red 129 ◦ green 150 ◦ blue 146

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

Shades of Granny Smith #819692

Tints of Granny Smith #819692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.35%

R = 30.35%
G = 35.29%
B = 34.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#819692 (or 0x819692) is known color: Granny Smith. HEX triplet: 81, 96 and 92. RGB value is (129,150,146). Sum of RGB (Red+Green+Blue) = 129+150+146=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 150 - color contains mainly: green. Hex color #819692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819692 is #7E696D. Grayscale: #8F8F8F. Windows color (decimal): -8284526 or 9606785. OLE color: 9606785.

HSL color Cylindrical-coordinate representation of color #819692: hue angle of 168.57º 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 #819692 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 146 -
CMYK 0.14 0 0.03 0.41
HSL 168.57º 0.09% 0.55% -
HSV(B) 168.57º 0.14% 0.59% -
XYZ 25.15 28.56 31.38 -
YUV 143.27 129.54 117.83 -
System Red Green Blue C M Y K H S L
Decimal 129 150 146 0.14 0 0.03 0.41 168.57 0.09 0.55
Hex 81 96 92 E 0 3 29 A9 9 37
Octal 201 226 222 16 0 3 51 251 11 67
Binary 10000001 10010110 10010010 1110 0 11 101001 10101001 1001 110111

Color Harmonies of #819692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819692

Black with #819692

Text Example


Text Example

White with #819692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819692; }

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

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

background-color css

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

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

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

border-color css

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

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

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