Html Css Color HEX #668E89 Gumbo

📋 copy color: '#668E89'

red 102 ◦ green 142 ◦ blue 137

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

Shades of Gumbo #668E89

Tints of Gumbo #668E89

RGB

 RED value IS 102 (40.23% from 255) = 26.77%

 GREEN value IS 142 (55.86% from 255) = 37.27%

 BLUE value IS 137 (53.91% from 255) = 35.96%

R = 26.77%
G = 37.27%
B = 35.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#668E89 (or 0x668E89) is known color: Gumbo. HEX triplet: 66, 8E and 89. RGB value is (102,142,137). Sum of RGB (Red+Green+Blue) = 102+142+137=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 142 - color contains mainly: green. Hex color #668E89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E89 is #997176. Grayscale: #818181. Windows color (decimal): -10056055 or 9014886. OLE color: 9014886.

HSL color Cylindrical-coordinate representation of color #668E89: hue angle of 172.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #668E89 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 142 137 -
CMYK 0.28 0 0.04 0.44
HSL 172.5º 0.16% 0.48% -
HSV(B) 172.5º 0.28% 0.56% -
XYZ 19.67 23.98 27.26 -
YUV 129.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 102 142 137 0.28 0 0.04 0.44 172.5 0.16 0.48
Hex 66 8E 89 1C 0 4 2C AC 10 30
Octal 146 216 211 34 0 4 54 254 20 60
Binary 1100110 10001110 10001001 11100 0 100 101100 10101100 10000 110000

Color Harmonies of #668E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668E89

Black with #668E89

Text Example


Text Example

White with #668E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668E89; }

 p { color: rgb(102,142,137); }

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

background-color css

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

 a { background-color: rgb(102,142,137); }

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

border-color css

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

 span { border-color: rgb(102,142,137); }

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