Html Css Color HEX #928560 Granite Green

📋 copy color: '#928560'

red 146 ◦ green 133 ◦ blue 96

#928560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #928560

Tints of Granite Green #928560

RGB

 RED value IS 146 (57.42% from 255) = 38.93%

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 96 (37.89% from 255) = 25.6%

R = 38.93%
G = 35.47%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#928560 (or 0x928560) is known color: Granite Green. HEX triplet: 92, 85 and 60. RGB value is (146,133,96). Sum of RGB (Red+Green+Blue) = 146+133+96=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #928560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928560 is #6D7A9F. Grayscale: #848484. Windows color (decimal): -7174816 or 6325650. OLE color: 6325650.

HSL color Cylindrical-coordinate representation of color #928560: hue angle of 44.4º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928560 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 133 96 -
CMYK 0 0.09 0.34 0.43
HSL 44.4º 0.21% 0.47% -
HSV(B) 44.4º 0.34% 0.57% -
XYZ 22.35 23.73 14.47 -
YUV 132.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 146 133 96 0 0.09 0.34 0.43 44.4 0.21 0.47
Hex 92 85 60 0 9 22 2B 2C 15 2F
Octal 222 205 140 0 11 42 53 54 25 57
Binary 10010010 10000101 1100000 0 1001 100010 101011 101100 10101 101111

Color Harmonies of #928560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928560

Black with #928560

Text Example


Text Example

White with #928560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928560; }

 p { color: rgb(146,133,96); }

 H1.HeaderClassName
 {
   color: #928560;
 }
 .AnyTagClassName
 {
   color: #928560;
 }
</style>

background-color css

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

 a { background-color: rgb(146,133,96); }

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

border-color css

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

 span { border-color: rgb(146,133,96); }

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