Html Css Color HEX #768653 Finch

📋 copy color: '#768653'

red 118 ◦ green 134 ◦ blue 83

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

Shades of Finch #768653

Tints of Finch #768653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 83 (32.81% from 255) = 24.78%

R = 35.22%
G = 40%
B = 24.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#768653 (or 0x768653) is known color: Finch. HEX triplet: 76, 86 and 53. RGB value is (118,134,83). Sum of RGB (Red+Green+Blue) = 118+134+83=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #768653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768653 is #8979AC. Grayscale: #7B7B7B. Windows color (decimal): -9009581 or 5473910. OLE color: 5473910.

HSL color Cylindrical-coordinate representation of color #768653: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #768653 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 134 83 -
CMYK 0.12 0 0.38 0.47
HSL 78.82º 0.24% 0.43% -
HSV(B) 78.82º 0.38% 0.53% -
XYZ 17.56 21.53 11.41 -
YUV 123.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 118 134 83 0.12 0 0.38 0.47 78.82 0.24 0.43
Hex 76 86 53 C 0 26 2F 4F 18 2B
Octal 166 206 123 14 0 46 57 117 30 53
Binary 1110110 10000110 1010011 1100 0 100110 101111 1001111 11000 101011

Color Harmonies of #768653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768653

Black with #768653

Text Example


Text Example

White with #768653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768653; }

 p { color: rgb(118,134,83); }

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

background-color css

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

 a { background-color: rgb(118,134,83); }

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

border-color css

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

 span { border-color: rgb(118,134,83); }

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