Html Css Color HEX #768145 Finch

📋 copy color: '#768145'

red 118 ◦ green 129 ◦ blue 69

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

Shades of Finch #768145

Tints of Finch #768145

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

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

R = 37.34%
G = 40.82%
B = 21.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#768145 (or 0x768145) is known color: Finch. HEX triplet: 76, 81 and 45. RGB value is (118,129,69). Sum of RGB (Red+Green+Blue) = 118+129+69=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #768145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768145 is #897EBA. Grayscale: #777777. Windows color (decimal): -9010875 or 4555126. OLE color: 4555126.

HSL color Cylindrical-coordinate representation of color #768145: hue angle of 71º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #768145 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 129 69 -
CMYK 0.09 0 0.47 0.49
HSL 71º 0.3% 0.39% -
HSV(B) 71º 0.47% 0.51% -
XYZ 16.4 19.98 8.62 -
YUV 118.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 118 129 69 0.09 0 0.47 0.49 71 0.3 0.39
Hex 76 81 45 9 0 2F 31 47 1E 27
Octal 166 201 105 11 0 57 61 107 36 47
Binary 1110110 10000001 1000101 1001 0 101111 110001 1000111 11110 100111

Color Harmonies of #768145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768145

Black with #768145

Text Example


Text Example

White with #768145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768145; }

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

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

background-color css

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

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

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

border-color css

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

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

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