Html Css Color HEX #768D72 Spanish Green

📋 copy color: '#768D72'

red 118 ◦ green 141 ◦ blue 114

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

Shades of Spanish Green #768D72

Tints of Spanish Green #768D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.8%

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 31.64%
G = 37.8%
B = 30.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#768D72 (or 0x768D72) is known color: Spanish Green. HEX triplet: 76, 8D and 72. RGB value is (118,141,114). Sum of RGB (Red+Green+Blue) = 118+141+114=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #768D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D72 is #89728D. Grayscale: #838383. Windows color (decimal): -9007758 or 7507318. OLE color: 7507318.

HSL color Cylindrical-coordinate representation of color #768D72: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768D72 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 141 114 -
CMYK 0.16 0 0.19 0.45
HSL 111.11º 0.11% 0.5% -
HSV(B) 111.11º 0.19% 0.55% -
XYZ 20.03 24.12 19.52 -
YUV 131.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 118 141 114 0.16 0 0.19 0.45 111.11 0.11 0.5
Hex 76 8D 72 10 0 13 2D 6F B 32
Octal 166 215 162 20 0 23 55 157 13 62
Binary 1110110 10001101 1110010 10000 0 10011 101101 1101111 1011 110010

Color Harmonies of #768D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768D72

Black with #768D72

Text Example


Text Example

White with #768D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768D72; }

 p { color: rgb(118,141,114); }

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

background-color css

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

 a { background-color: rgb(118,141,114); }

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

border-color css

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

 span { border-color: rgb(118,141,114); }

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