Html Css Color HEX #819F66 Asparagus

📋 copy color: '#819F66'

red 129 ◦ green 159 ◦ blue 102

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

Shades of Asparagus #819F66

Tints of Asparagus #819F66

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.77%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 33.08%
G = 40.77%
B = 26.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#819F66 (or 0x819F66) is known color: Asparagus. HEX triplet: 81, 9F and 66. RGB value is (129,159,102). Sum of RGB (Red+Green+Blue) = 129+159+102=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #819F66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819F66 is #7E6099. Grayscale: #8F8F8F. Windows color (decimal): -8282266 or 6725505. OLE color: 6725505.

HSL color Cylindrical-coordinate representation of color #819F66: hue angle of 91.58º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819F66 is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 129 159 102 -
CMYK 0.19 0 0.36 0.38
HSL 91.58º 0.23% 0.51% -
HSV(B) 91.58º 0.36% 0.62% -
XYZ 23.85 30.42 17.19 -
YUV 143.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 129 159 102 0.19 0 0.36 0.38 91.58 0.23 0.51
Hex 81 9F 66 13 0 24 26 5C 17 33
Octal 201 237 146 23 0 44 46 134 27 63
Binary 10000001 10011111 1100110 10011 0 100100 100110 1011100 10111 110011

Color Harmonies of #819F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819F66

Black with #819F66

Text Example


Text Example

White with #819F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,159,102); }

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

background-color css

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

 a { background-color: rgb(129,159,102); }

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

border-color css

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

 span { border-color: rgb(129,159,102); }

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