Html Css Color HEX #768044 Finch

📋 copy color: '#768044'

red 118 ◦ green 128 ◦ blue 68

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

Shades of Finch #768044

Tints of Finch #768044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 37.58%
G = 40.76%
B = 21.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.50

RGB Variations

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

Color information

#768044 (or 0x768044) is known color: Finch. HEX triplet: 76, 80 and 44. RGB value is (118,128,68). Sum of RGB (Red+Green+Blue) = 118+128+68=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 128 - color contains mainly: green. Hex color #768044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768044 is #897FBB. Grayscale: #767676. Windows color (decimal): -9011132 or 4489334. OLE color: 4489334.

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

Color convert

RGB 118 128 68 -
CMYK 0.08 0 0.47 0.50
HSL 70º 0.31% 0.38% -
HSV(B) 70º 0.47% 0.5% -
XYZ 16.23 19.71 8.42 -
YUV 118.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 118 128 68 0.08 0 0.47 0.50 70 0.31 0.38
Hex 76 80 44 8 0 2F 32 46 1F 26
Octal 166 200 104 10 0 57 62 106 37 46
Binary 1110110 10000000 1000100 1000 0 101111 110010 1000110 11111 100110

Color Harmonies of #768044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768044

Black with #768044

Text Example


Text Example

White with #768044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768044; }

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

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

background-color css

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

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

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

border-color css

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

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

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