Html Css Color HEX #818A4F Finch

📋 copy color: '#818A4F'

red 129 ◦ green 138 ◦ blue 79

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

Shades of Finch #818A4F

Tints of Finch #818A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 37.28%
G = 39.88%
B = 22.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#818A4F (or 0x818A4F) is known color: Finch. HEX triplet: 81, 8A and 4F. RGB value is (129,138,79). Sum of RGB (Red+Green+Blue) = 129+138+79=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #818A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A4F is #7E75B0. Grayscale: #808080. Windows color (decimal): -8287665 or 5212801. OLE color: 5212801.

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

Color convert

RGB 129 138 79 -
CMYK 0.07 0 0.43 0.46
HSL 69.15º 0.27% 0.43% -
HSV(B) 69.15º 0.43% 0.54% -
XYZ 19.55 23.41 10.88 -
YUV 128.58 100.02 128.3 -
System Red Green Blue C M Y K H S L
Decimal 129 138 79 0.07 0 0.43 0.46 69.15 0.27 0.43
Hex 81 8A 4F 7 0 2B 2E 45 1B 2B
Octal 201 212 117 7 0 53 56 105 33 53
Binary 10000001 10001010 1001111 111 0 101011 101110 1000101 11011 101011

Color Harmonies of #818A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A4F

Black with #818A4F

Text Example


Text Example

White with #818A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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