Html Css Color HEX #7D854A Finch

📋 copy color: '#7D854A'

red 125 ◦ green 133 ◦ blue 74

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

Shades of Finch #7D854A

Tints of Finch #7D854A

RGB

 RED value IS 125 (49.22% from 255) = 37.65%

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 37.65%
G = 40.06%
B = 22.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#7D854A (or 0x7D854A) is known color: Finch. HEX triplet: 7D, 85 and 4A. RGB value is (125,133,74). Sum of RGB (Red+Green+Blue) = 125+133+74=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #7D854A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D854A is #827AB5. Grayscale: #7C7C7C. Windows color (decimal): -8551094 or 4883837. OLE color: 4883837.

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

Color convert

RGB 125 133 74 -
CMYK 0.06 0 0.44 0.48
HSL 68.14º 0.29% 0.41% -
HSV(B) 68.14º 0.44% 0.52% -
XYZ 18.08 21.63 9.7 -
YUV 123.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 125 133 74 0.06 0 0.44 0.48 68.14 0.29 0.41
Hex 7D 85 4A 6 0 2C 30 44 1D 29
Octal 175 205 112 6 0 54 60 104 35 51
Binary 1111101 10000101 1001010 110 0 101100 110000 1000100 11101 101001

Color Harmonies of #7D854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D854A

Black with #7D854A

Text Example


Text Example

White with #7D854A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,133,74); }

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

background-color css

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

 a { background-color: rgb(125,133,74); }

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

border-color css

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

 span { border-color: rgb(125,133,74); }

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