Html Css Color HEX #668C85 Gumbo

📋 copy color: '#668C85'

red 102 ◦ green 140 ◦ blue 133

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

Shades of Gumbo #668C85

Tints of Gumbo #668C85

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.33%

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

R = 27.2%
G = 37.33%
B = 35.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#668C85 (or 0x668C85) is known color: Gumbo. HEX triplet: 66, 8C and 85. RGB value is (102,140,133). Sum of RGB (Red+Green+Blue) = 102+140+133=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #668C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C85 is #99737A. Grayscale: #7F7F7F. Windows color (decimal): -10056571 or 8752230. OLE color: 8752230.

HSL color Cylindrical-coordinate representation of color #668C85: hue angle of 168.95º degrees, saturation: 0.16, 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 #668C85 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 140 133 -
CMYK 0.27 0 0.05 0.45
HSL 168.95º 0.16% 0.47% -
HSV(B) 168.95º 0.27% 0.55% -
XYZ 19.09 23.27 25.68 -
YUV 127.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 102 140 133 0.27 0 0.05 0.45 168.95 0.16 0.47
Hex 66 8C 85 1B 0 5 2D A9 10 2F
Octal 146 214 205 33 0 5 55 251 20 57
Binary 1100110 10001100 10000101 11011 0 101 101101 10101001 10000 101111

Color Harmonies of #668C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668C85

Black with #668C85

Text Example


Text Example

White with #668C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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