Html Css Color HEX #768673 Spanish Green

📋 copy color: '#768673'

red 118 ◦ green 134 ◦ blue 115

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

Shades of Spanish Green #768673

Tints of Spanish Green #768673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 32.15%
G = 36.51%
B = 31.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#768673 (or 0x768673) is known color: Spanish Green. HEX triplet: 76, 86 and 73. RGB value is (118,134,115). Sum of RGB (Red+Green+Blue) = 118+134+115=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #768673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768673 is #89798C. Grayscale: #7F7F7F. Windows color (decimal): -9009549 or 7571062. OLE color: 7571062.

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

Color convert

RGB 118 134 115 -
CMYK 0.12 0 0.14 0.47
HSL 110.53º 0.08% 0.49% -
HSV(B) 110.53º 0.14% 0.53% -
XYZ 19.09 22.14 19.49 -
YUV 127.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 118 134 115 0.12 0 0.14 0.47 110.53 0.08 0.49
Hex 76 86 73 C 0 E 2F 6F 8 31
Octal 166 206 163 14 0 16 57 157 10 61
Binary 1110110 10000110 1110011 1100 0 1110 101111 1101111 1000 110001

Color Harmonies of #768673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768673

Black with #768673

Text Example


Text Example

White with #768673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768673; }

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

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

background-color css

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

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

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

border-color css

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

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

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