Html Css Color HEX #818A51 Finch

📋 copy color: '#818A51'

red 129 ◦ green 138 ◦ blue 81

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

Shades of Finch #818A51

Tints of Finch #818A51

RGB

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

 GREEN value IS 138 (54.3% from 255) = 39.66%

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 37.07%
G = 39.66%
B = 23.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#818A51 (or 0x818A51) is known color: Finch. HEX triplet: 81, 8A and 51. RGB value is (129,138,81). Sum of RGB (Red+Green+Blue) = 129+138+81=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #818A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A51 is #7E75AE. Grayscale: #818181. Windows color (decimal): -8287663 or 5343873. OLE color: 5343873.

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

Color convert

RGB 129 138 81 -
CMYK 0.07 0 0.41 0.46
HSL 69.47º 0.26% 0.43% -
HSV(B) 69.47º 0.41% 0.54% -
XYZ 19.63 23.44 11.27 -
YUV 128.81 101.02 128.13 -
System Red Green Blue C M Y K H S L
Decimal 129 138 81 0.07 0 0.41 0.46 69.47 0.26 0.43
Hex 81 8A 51 7 0 29 2E 45 1A 2B
Octal 201 212 121 7 0 51 56 105 32 53
Binary 10000001 10001010 1010001 111 0 101001 101110 1000101 11010 101011

Color Harmonies of #818A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A51

Black with #818A51

Text Example


Text Example

White with #818A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818A51; }

 p { color: rgb(129,138,81); }

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

background-color css

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

 a { background-color: rgb(129,138,81); }

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

border-color css

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

 span { border-color: rgb(129,138,81); }

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