Html Css Color HEX #66968F Gumbo

📋 copy color: '#66968F'

red 102 ◦ green 150 ◦ blue 143

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

Shades of Gumbo #66968F

Tints of Gumbo #66968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 25.82%
G = 37.97%
B = 36.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#66968F (or 0x66968F) is known color: Gumbo. HEX triplet: 66, 96 and 8F. RGB value is (102,150,143). Sum of RGB (Red+Green+Blue) = 102+150+143=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 150 - color contains mainly: green. Hex color #66968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66968F is #996970. Grayscale: #868686. Windows color (decimal): -10054001 or 9410150. OLE color: 9410150.

HSL color Cylindrical-coordinate representation of color #66968F: hue angle of 171.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #66968F is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 143 -
CMYK 0.32 0 0.05 0.41
HSL 171.25º 0.19% 0.49% -
HSV(B) 171.25º 0.32% 0.59% -
XYZ 21.34 26.62 30 -
YUV 134.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 102 150 143 0.32 0 0.05 0.41 171.25 0.19 0.49
Hex 66 96 8F 20 0 5 29 AB 13 31
Octal 146 226 217 40 0 5 51 253 23 61
Binary 1100110 10010110 10001111 100000 0 101 101001 10101011 10011 110001

Color Harmonies of #66968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66968F

Black with #66968F

Text Example


Text Example

White with #66968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66968F; }

 p { color: rgb(102,150,143); }

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

background-color css

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

 a { background-color: rgb(102,150,143); }

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

border-color css

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

 span { border-color: rgb(102,150,143); }

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