#958A67

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

Shades of Granite Green #958A67

Tints of Granite Green #958A67

Color information

#958A67 (or 0x958A67) is unknown color: approx Granite Green. HEX triplet: 95, 8A and 67. RGB value is (149,138,103). Sum of RGB (Red+Green+Blue) = 149+138+103=390 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.21% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 149 - color contains mainly: red. Hex color #958A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A67 is #6A7598. Grayscale: #898989. Windows color (decimal): -6976921 or 6785685. OLE color: 6785685.

HSL color Cylindrical-coordinate representation of color #958A67: hue angle of 45.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958A67 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB149138103-
CMYK00.070.310.42
HSL45.65º18.25%49.41%-
HSV(B)45.65º30.87%58.43%-
XYZ23.9325.5516.5-
YUV137.3108.64136.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.21%
GREEN value IS 138 (54.30% from 255) = 35.38%
BLUE value IS 103 (40.62% from 255) = 26.41%
R=38.21%
G=35.38%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913810300.070.310.4245.6518.2549.41
Hex958A67071F2A2e1231
Octal225212147073752562261
Binary1001010110001010110011101111111110101010111010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958A67; }

 p { color: rgb(149,138,103); }

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

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

 a { background-color: rgb(149,138,103); }

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

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

 span { border-color: rgb(149,138,103); }

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