#978A58

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

Shades of Clay Creek #978A58

Tints of Clay Creek #978A58

Color information

#978A58 (or 0x978A58) is unknown color: approx Clay Creek. HEX triplet: 97, 8A and 58. RGB value is (151,138,88). Sum of RGB (Red+Green+Blue) = 151+138+88=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #978A58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A58 is #6875A7. Grayscale: #888888. Windows color (decimal): -6845864 or 5802647. OLE color: 5802647.

HSL color Cylindrical-coordinate representation of color #978A58: hue angle of 47.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #978A58 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB15113888-
CMYK00.090.420.41
HSL47.62º26.36%46.86%-
HSV(B)47.62º41.72%59.22%-
XYZ23.6125.4612.9-
YUV136.19100.81138.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=40.05%
G=36.60%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511388800.090.420.4147.6226.3646.86
Hex978A58092A29301a2f
Octal2272121300115251603257
Binary100101111000101010110000100110101010100111000011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,88); }

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

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

 a { background-color: rgb(151,138,88); }

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

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

 span { border-color: rgb(151,138,88); }

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