#978A4F

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

Shades of Clay Creek #978A4F

Tints of Clay Creek #978A4F

Color information

#978A4F (or 0x978A4F) is unknown color: approx Clay Creek. HEX triplet: 97, 8A and 4F. RGB value is (151,138,79). Sum of RGB (Red+Green+Blue) = 151+138+79=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #978A4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978A4F is #6875B0. Grayscale: #878787. Windows color (decimal): -6845873 or 5212823. OLE color: 5212823.

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

Color convert

RGB15113879-
CMYK00.090.480.41
HSL49.17º31.3%45.1%-
HSV(B)49.17º47.68%59.22%-
XYZ23.2625.3211.06-
YUV135.1696.31139.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.03%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 21.47%
R=41.03%
G=37.5%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511387900.090.480.4149.1731.345.1
Hex978A4F093029311f2d
Octal2272121170116051613755
Binary100101111000101010011110100111000010100111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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