Html Css Color HEX #7A854B Finch

📋 copy color: '#7A854B'

red 122 ◦ green 133 ◦ blue 75

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

Shades of Finch #7A854B

Tints of Finch #7A854B

RGB

 RED value IS 122 (48.05% from 255) = 36.97%

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 36.97%
G = 40.3%
B = 22.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#7A854B (or 0x7A854B) is known color: Finch. HEX triplet: 7A, 85 and 4B. RGB value is (122,133,75). Sum of RGB (Red+Green+Blue) = 122+133+75=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #7A854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A854B is #857AB4. Grayscale: #7B7B7B. Windows color (decimal): -8747701 or 4949370. OLE color: 4949370.

HSL color Cylindrical-coordinate representation of color #7A854B: hue angle of 71.38º degrees, saturation: 0.28, 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 #7A854B is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 133 75 -
CMYK 0.08 0 0.44 0.48
HSL 71.38º 0.28% 0.41% -
HSV(B) 71.38º 0.44% 0.52% -
XYZ 17.68 21.42 9.86 -
YUV 123.1 100.86 127.22 -
System Red Green Blue C M Y K H S L
Decimal 122 133 75 0.08 0 0.44 0.48 71.38 0.28 0.41
Hex 7A 85 4B 8 0 2C 30 47 1C 29
Octal 172 205 113 10 0 54 60 107 34 51
Binary 1111010 10000101 1001011 1000 0 101100 110000 1000111 11100 101001

Color Harmonies of #7A854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A854B

Black with #7A854B

Text Example


Text Example

White with #7A854B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,133,75); }

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

background-color css

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

 a { background-color: rgb(122,133,75); }

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

border-color css

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

 span { border-color: rgb(122,133,75); }

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