Html Css Color HEX #66978E Gumbo

📋 copy color: '#66978E'

red 102 ◦ green 151 ◦ blue 142

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

Shades of Gumbo #66978E

Tints of Gumbo #66978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 25.82%
G = 38.23%
B = 35.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#66978E (or 0x66978E) is known color: Gumbo. HEX triplet: 66, 97 and 8E. RGB value is (102,151,142). Sum of RGB (Red+Green+Blue) = 102+151+142=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #66978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66978E is #996871. Grayscale: #878787. Windows color (decimal): -10053746 or 9344870. OLE color: 9344870.

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

Color convert

RGB 102 151 142 -
CMYK 0.32 0 0.06 0.41
HSL 168.98º 0.19% 0.5% -
HSV(B) 168.98º 0.32% 0.59% -
XYZ 21.43 26.91 29.66 -
YUV 135.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 102 151 142 0.32 0 0.06 0.41 168.98 0.19 0.5
Hex 66 97 8E 20 0 6 29 A9 13 32
Octal 146 227 216 40 0 6 51 251 23 62
Binary 1100110 10010111 10001110 100000 0 110 101001 10101001 10011 110010

Color Harmonies of #66978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66978E

Black with #66978E

Text Example


Text Example

White with #66978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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