Html Css Color HEX #668983 Gumbo

📋 copy color: '#668983'

red 102 ◦ green 137 ◦ blue 131

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

Shades of Gumbo #668983

Tints of Gumbo #668983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.03%

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 27.57%
G = 37.03%
B = 35.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#668983 (or 0x668983) is known color: Gumbo. HEX triplet: 66, 89 and 83. RGB value is (102,137,131). Sum of RGB (Red+Green+Blue) = 102+137+131=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 137 - color contains mainly: green. Hex color #668983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668983 is #99767C. Grayscale: #7D7D7D. Windows color (decimal): -10057341 or 8620390. OLE color: 8620390.

HSL color Cylindrical-coordinate representation of color #668983: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668983 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 102 137 131 -
CMYK 0.26 0 0.04 0.46
HSL 169.71º 0.15% 0.47% -
HSV(B) 169.71º 0.26% 0.54% -
XYZ 18.52 22.35 24.81 -
YUV 125.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 102 137 131 0.26 0 0.04 0.46 169.71 0.15 0.47
Hex 66 89 83 1A 0 4 2E AA F 2F
Octal 146 211 203 32 0 4 56 252 17 57
Binary 1100110 10001001 10000011 11010 0 100 101110 10101010 1111 101111

Color Harmonies of #668983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668983

Black with #668983

Text Example


Text Example

White with #668983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668983; }

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

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

background-color css

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

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

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

border-color css

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

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

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