#928B67

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

Shades of Granite Green #928B67

Tints of Granite Green #928B67

Color information

#928B67 (or 0x928B67) is unknown color: approx Granite Green. HEX triplet: 92, 8B and 67. RGB value is (146,139,103). Sum of RGB (Red+Green+Blue) = 146+139+103=388 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.63% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 146 - color contains mainly: red. Hex color #928B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B67 is #6D7498. Grayscale: #898989. Windows color (decimal): -7173273 or 6785938. OLE color: 6785938.

HSL color Cylindrical-coordinate representation of color #928B67: hue angle of 50.23º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #928B67 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB146139103-
CMYK00.050.290.43
HSL50.23º17.27%48.82%-
HSV(B)50.23º29.45%57.25%-
XYZ23.5325.5616.52-
YUV136.99108.82134.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.63%
GREEN value IS 139 (54.69% from 255) = 35.82%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=37.63%
G=35.82%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613910300.050.290.4350.2317.2748.82
Hex928B67051D2B321131
Octal222213147053553622161
Binary1001001010001011110011101011110110101111001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928B67; }

 p { color: rgb(146,139,103); }

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

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

 a { background-color: rgb(146,139,103); }

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

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

 span { border-color: rgb(146,139,103); }

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