Html Css Color HEX #768158 Finch

📋 copy color: '#768158'

red 118 ◦ green 129 ◦ blue 88

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

Shades of Finch #768158

Tints of Finch #768158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.27%

R = 35.22%
G = 38.51%
B = 26.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#768158 (or 0x768158) is known color: Finch. HEX triplet: 76, 81 and 58. RGB value is (118,129,88). Sum of RGB (Red+Green+Blue) = 118+129+88=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 129 - color contains mainly: green. Hex color #768158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768158 is #897EA7. Grayscale: #797979. Windows color (decimal): -9010856 or 5800310. OLE color: 5800310.

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

Color convert

RGB 118 129 88 -
CMYK 0.09 0 0.32 0.49
HSL 76.1º 0.19% 0.43% -
HSV(B) 76.1º 0.32% 0.51% -
XYZ 17.08 20.26 12.24 -
YUV 121.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 118 129 88 0.09 0 0.32 0.49 76.1 0.19 0.43
Hex 76 81 58 9 0 20 31 4C 13 2B
Octal 166 201 130 11 0 40 61 114 23 53
Binary 1110110 10000001 1011000 1001 0 100000 110001 1001100 10011 101011

Color Harmonies of #768158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768158

Black with #768158

Text Example


Text Example

White with #768158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768158; }

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

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

background-color css

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

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

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

border-color css

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

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

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