Html Css Color HEX #668B85 Gumbo

📋 copy color: '#668B85'

red 102 ◦ green 139 ◦ blue 133

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

Shades of Gumbo #668B85

Tints of Gumbo #668B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 133 (52.34% from 255) = 35.56%

R = 27.27%
G = 37.17%
B = 35.56%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#668B85 (or 0x668B85) is known color: Gumbo. HEX triplet: 66, 8B and 85. RGB value is (102,139,133). Sum of RGB (Red+Green+Blue) = 102+139+133=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #668B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B85 is #99747A. Grayscale: #7F7F7F. Windows color (decimal): -10056827 or 8751974. OLE color: 8751974.

HSL color Cylindrical-coordinate representation of color #668B85: hue angle of 170.27º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668B85 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 139 133 -
CMYK 0.27 0 0.04 0.45
HSL 170.27º 0.15% 0.47% -
HSV(B) 170.27º 0.27% 0.55% -
XYZ 18.95 22.98 25.63 -
YUV 127.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 102 139 133 0.27 0 0.04 0.45 170.27 0.15 0.47
Hex 66 8B 85 1B 0 4 2D AA F 2F
Octal 146 213 205 33 0 4 55 252 17 57
Binary 1100110 10001011 10000101 11011 0 100 101101 10101010 1111 101111

Color Harmonies of #668B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668B85

Black with #668B85

Text Example


Text Example

White with #668B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,133); }

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

background-color css

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

 a { background-color: rgb(102,139,133); }

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

border-color css

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

 span { border-color: rgb(102,139,133); }

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