Html Css Color HEX #818950 Finch

📋 copy color: '#818950'

red 129 ◦ green 137 ◦ blue 80

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

Shades of Finch #818950

Tints of Finch #818950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.6%

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 37.28%
G = 39.6%
B = 23.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#818950 (or 0x818950) is known color: Finch. HEX triplet: 81, 89 and 50. RGB value is (129,137,80). Sum of RGB (Red+Green+Blue) = 129+137+80=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 137 - color contains mainly: green. Hex color #818950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818950 is #7E76AF. Grayscale: #808080. Windows color (decimal): -8287920 or 5278081. OLE color: 5278081.

HSL color Cylindrical-coordinate representation of color #818950: hue angle of 68.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #818950 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 137 80 -
CMYK 0.06 0 0.42 0.46
HSL 68.42º 0.26% 0.43% -
HSV(B) 68.42º 0.42% 0.54% -
XYZ 19.45 23.14 11.03 -
YUV 128.11 100.85 128.63 -
System Red Green Blue C M Y K H S L
Decimal 129 137 80 0.06 0 0.42 0.46 68.42 0.26 0.43
Hex 81 89 50 6 0 2A 2E 44 1A 2B
Octal 201 211 120 6 0 52 56 104 32 53
Binary 10000001 10001001 1010000 110 0 101010 101110 1000100 11010 101011

Color Harmonies of #818950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818950

Black with #818950

Text Example


Text Example

White with #818950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818950; }

 p { color: rgb(129,137,80); }

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

background-color css

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

 a { background-color: rgb(129,137,80); }

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

border-color css

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

 span { border-color: rgb(129,137,80); }

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