#978D56

Color #978D56 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #978D56

Tints of Clay Creek #978D56

Color information

#978D56 (or 0x978D56) is unknown color: approx Clay Creek. HEX triplet: 97, 8D and 56. RGB value is (151,141,86). Sum of RGB (Red+Green+Blue) = 151+141+86=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #978D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D56 is #6872A9. Grayscale: #898989. Windows color (decimal): -6845098 or 5672343. OLE color: 5672343.

HSL color Cylindrical-coordinate representation of color #978D56: hue angle of 50.77º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #978D56 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15114186-
CMYK00.070.430.41
HSL50.77º27.43%46.47%-
HSV(B)50.77º43.05%59.22%-
XYZ23.9726.312.62-
YUV137.7298.81137.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.95%
GREEN value IS 141 (55.47% from 255) = 37.30%
BLUE value IS 86 (33.98% from 255) = 22.75%
R=39.95%
G=37.30%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511418600.070.430.4150.7727.4346.47
Hex978D56072B29331b2e
Octal227215126075351633356
Binary10010111100011011010110011110101110100111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978D56; }

 p { color: rgb(151,141,86); }

 H1.HeaderClassName
 {
   color: #978D56;
 }
 .AnyTagClassName
 {
   color: #978D56;
 }
</style>
background-color css

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

 a { background-color: rgb(151,141,86); }

 div.DivClassName
 {
   background-color: #978D56;
 }
 .BgClassName
 {
   background-color: #978D56;
 }
</style>
border-color css

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

 span { border-color: rgb(151,141,86); }

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