Html Css Color HEX #818B56 Finch

📋 copy color: '#818B56'

red 129 ◦ green 139 ◦ blue 86

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

Shades of Finch #818B56

Tints of Finch #818B56

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.27%

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 36.44%
G = 39.27%
B = 24.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#818B56 (or 0x818B56) is known color: Finch. HEX triplet: 81, 8B and 56. RGB value is (129,139,86). Sum of RGB (Red+Green+Blue) = 129+139+86=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #818B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818B56 is #7E74A9. Grayscale: #828282. Windows color (decimal): -8287402 or 5671809. OLE color: 5671809.

HSL color Cylindrical-coordinate representation of color #818B56: hue angle of 71.32º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #818B56 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 139 86 -
CMYK 0.07 0 0.38 0.45
HSL 71.32º 0.24% 0.44% -
HSV(B) 71.32º 0.38% 0.55% -
XYZ 19.97 23.8 12.35 -
YUV 129.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 129 139 86 0.07 0 0.38 0.45 71.32 0.24 0.44
Hex 81 8B 56 7 0 26 2D 47 18 2C
Octal 201 213 126 7 0 46 55 107 30 54
Binary 10000001 10001011 1010110 111 0 100110 101101 1000111 11000 101100

Color Harmonies of #818B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B56

Black with #818B56

Text Example


Text Example

White with #818B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,139,86); }

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

background-color css

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

 a { background-color: rgb(129,139,86); }

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

border-color css

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

 span { border-color: rgb(129,139,86); }

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