Html Css Color HEX #76A69F Tradewind

📋 copy color: '#76A69F'

red 118 ◦ green 166 ◦ blue 159

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

Shades of Tradewind #76A69F

Tints of Tradewind #76A69F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.47%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 26.64%
G = 37.47%
B = 35.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#76A69F (or 0x76A69F) is known color: Tradewind. HEX triplet: 76, A6 and 9F. RGB value is (118,166,159). Sum of RGB (Red+Green+Blue) = 118+166+159=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 166 - color contains mainly: green. Hex color #76A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A69F is #895960. Grayscale: #969696. Windows color (decimal): -9001313 or 10462838. OLE color: 10462838.

HSL color Cylindrical-coordinate representation of color #76A69F: hue angle of 171.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A69F is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 166 159 -
CMYK 0.29 0 0.04 0.35
HSL 171.25º 0.21% 0.56% -
HSV(B) 171.25º 0.29% 0.65% -
XYZ 27.37 33.63 37.85 -
YUV 150.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 118 166 159 0.29 0 0.04 0.35 171.25 0.21 0.56
Hex 76 A6 9F 1D 0 4 23 AB 15 38
Octal 166 246 237 35 0 4 43 253 25 70
Binary 1110110 10100110 10011111 11101 0 100 100011 10101011 10101 111000

Color Harmonies of #76A69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A69F

Black with #76A69F

Text Example


Text Example

White with #76A69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A69F; }

 p { color: rgb(118,166,159); }

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

background-color css

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

 a { background-color: rgb(118,166,159); }

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

border-color css

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

 span { border-color: rgb(118,166,159); }

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