Html Css Color HEX #768045 Finch

📋 copy color: '#768045'

red 118 ◦ green 128 ◦ blue 69

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

Shades of Finch #768045

Tints of Finch #768045

RGB

 RED value IS 118 (46.48% from 255) = 37.46%

 GREEN value IS 128 (50.39% from 255) = 40.63%

 BLUE value IS 69 (27.34% from 255) = 21.9%

R = 37.46%
G = 40.63%
B = 21.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.50

RGB Variations

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

Color information

#768045 (or 0x768045) is known color: Finch. HEX triplet: 76, 80 and 45. RGB value is (118,128,69). Sum of RGB (Red+Green+Blue) = 118+128+69=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #768045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768045 is #897FBA. Grayscale: #767676. Windows color (decimal): -9011131 or 4554870. OLE color: 4554870.

HSL color Cylindrical-coordinate representation of color #768045: hue angle of 70.17º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #768045 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 69 -
CMYK 0.08 0 0.46 0.50
HSL 70.17º 0.3% 0.39% -
HSV(B) 70.17º 0.46% 0.5% -
XYZ 16.26 19.72 8.58 -
YUV 118.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 118 128 69 0.08 0 0.46 0.50 70.17 0.3 0.39
Hex 76 80 45 8 0 2E 32 46 1E 27
Octal 166 200 105 10 0 56 62 106 36 47
Binary 1110110 10000000 1000101 1000 0 101110 110010 1000110 11110 100111

Color Harmonies of #768045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768045

Black with #768045

Text Example


Text Example

White with #768045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768045; }

 p { color: rgb(118,128,69); }

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

background-color css

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

 a { background-color: rgb(118,128,69); }

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

border-color css

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

 span { border-color: rgb(118,128,69); }

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