Html Css Color HEX #7F854F Finch

📋 copy color: '#7F854F'

red 127 ◦ green 133 ◦ blue 79

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

Shades of Finch #7F854F

Tints of Finch #7F854F

RGB

 RED value IS 127 (50% from 255) = 37.46%

 GREEN value IS 133 (52.34% from 255) = 39.23%

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

R = 37.46%
G = 39.23%
B = 23.3%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#7F854F (or 0x7F854F) is known color: Finch. HEX triplet: 7F, 85 and 4F. RGB value is (127,133,79). Sum of RGB (Red+Green+Blue) = 127+133+79=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #7F854F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F854F is #807AB0. Grayscale: #7D7D7D. Windows color (decimal): -8420017 or 5211519. OLE color: 5211519.

HSL color Cylindrical-coordinate representation of color #7F854F: hue angle of 66.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7F854F is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 133 79 -
CMYK 0.05 0 0.41 0.48
HSL 66.67º 0.25% 0.42% -
HSV(B) 66.67º 0.41% 0.52% -
XYZ 18.55 21.85 10.64 -
YUV 125.05 102.01 129.39 -
System Red Green Blue C M Y K H S L
Decimal 127 133 79 0.05 0 0.41 0.48 66.67 0.25 0.42
Hex 7F 85 4F 5 0 29 30 43 19 2A
Octal 177 205 117 5 0 51 60 103 31 52
Binary 1111111 10000101 1001111 101 0 101001 110000 1000011 11001 101010

Color Harmonies of #7F854F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F854F

Black with #7F854F

Text Example


Text Example

White with #7F854F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F854F; }

 p { color: rgb(127,133,79); }

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

background-color css

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

 a { background-color: rgb(127,133,79); }

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

border-color css

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

 span { border-color: rgb(127,133,79); }

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