Html Css Color HEX #768148 Finch

📋 copy color: '#768148'

red 118 ◦ green 129 ◦ blue 72

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

Shades of Finch #768148

Tints of Finch #768148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.57%

R = 36.99%
G = 40.44%
B = 22.57%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#768148 (or 0x768148) is known color: Finch. HEX triplet: 76, 81 and 48. RGB value is (118,129,72). Sum of RGB (Red+Green+Blue) = 118+129+72=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 129 - color contains mainly: green. Hex color #768148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768148 is #897EB7. Grayscale: #777777. Windows color (decimal): -9010872 or 4751734. OLE color: 4751734.

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

Color convert

RGB 118 129 72 -
CMYK 0.09 0 0.44 0.49
HSL 71.58º 0.28% 0.39% -
HSV(B) 71.58º 0.44% 0.51% -
XYZ 16.49 20.02 9.13 -
YUV 119.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 118 129 72 0.09 0 0.44 0.49 71.58 0.28 0.39
Hex 76 81 48 9 0 2C 31 48 1C 27
Octal 166 201 110 11 0 54 61 110 34 47
Binary 1110110 10000001 1001000 1001 0 101100 110001 1001000 11100 100111

Color Harmonies of #768148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768148

Black with #768148

Text Example


Text Example

White with #768148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768148; }

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

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

background-color css

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

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

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

border-color css

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

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

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