Html Css Color HEX #769171 Spanish Green

📋 copy color: '#769171'

red 118 ◦ green 145 ◦ blue 113

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

Shades of Spanish Green #769171

Tints of Spanish Green #769171

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.56%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 31.38%
G = 38.56%
B = 30.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#769171 (or 0x769171) is known color: Spanish Green. HEX triplet: 76, 91 and 71. RGB value is (118,145,113). Sum of RGB (Red+Green+Blue) = 118+145+113=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #769171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769171 is #896E8E. Grayscale: #858585. Windows color (decimal): -9006735 or 7442806. OLE color: 7442806.

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

Color convert

RGB 118 145 113 -
CMYK 0.19 0 0.22 0.43
HSL 110.63º 0.13% 0.51% -
HSV(B) 110.63º 0.22% 0.57% -
XYZ 20.58 25.29 19.42 -
YUV 133.28 116.55 117.1 -
System Red Green Blue C M Y K H S L
Decimal 118 145 113 0.19 0 0.22 0.43 110.63 0.13 0.51
Hex 76 91 71 13 0 16 2B 6F D 33
Octal 166 221 161 23 0 26 53 157 15 63
Binary 1110110 10010001 1110001 10011 0 10110 101011 1101111 1101 110011

Color Harmonies of #769171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769171

Black with #769171

Text Example


Text Example

White with #769171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769171; }

 p { color: rgb(118,145,113); }

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

background-color css

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

 a { background-color: rgb(118,145,113); }

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

border-color css

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

 span { border-color: rgb(118,145,113); }

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