#948769

Color #948769 Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #948769

Tints of Granite Green #948769

Color information

#948769 (or 0x948769) is unknown color: approx Granite Green. HEX triplet: 94, 87 and 69. RGB value is (148,135,105). Sum of RGB (Red+Green+Blue) = 148+135+105=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #948769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948769 is #6B7896. Grayscale: #878787. Windows color (decimal): -7043223 or 6915988. OLE color: 6915988.

HSL color Cylindrical-coordinate representation of color #948769: hue angle of 41.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #948769 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB148135105-
CMYK00.090.290.42
HSL41.86º17%49.61%-
HSV(B)41.86º29.05%58.04%-
XYZ23.4324.6416.89-
YUV135.47110.81136.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 135 (53.12% from 255) = 34.79%
BLUE value IS 105 (41.41% from 255) = 27.06%
R=38.14%
G=34.79%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813510500.090.290.4241.861749.61
Hex948769091D2A2a1132
Octal2242071510113552522162
Binary10010100100001111101001010011110110101010101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948769; }

 p { color: rgb(148,135,105); }

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

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

 a { background-color: rgb(148,135,105); }

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

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

 span { border-color: rgb(148,135,105); }

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