Html Css Color HEX #928060 Granite Green

📋 copy color: '#928060'

red 146 ◦ green 128 ◦ blue 96

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

Shades of Granite Green #928060

Tints of Granite Green #928060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 39.46%
G = 34.59%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#928060 (or 0x928060) is known color: Granite Green. HEX triplet: 92, 80 and 60. RGB value is (146,128,96). Sum of RGB (Red+Green+Blue) = 146+128+96=370 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.46% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 146 - color contains mainly: red. Hex color #928060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928060 is #6D7F9F. Grayscale: #818181. Windows color (decimal): -7176096 or 6324370. OLE color: 6324370.

HSL color Cylindrical-coordinate representation of color #928060: hue angle of 38.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 #928060 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 96 -
CMYK 0 0.12 0.34 0.43
HSL 38.4º 0.21% 0.47% -
HSV(B) 38.4º 0.34% 0.57% -
XYZ 21.68 22.39 14.25 -
YUV 129.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 146 128 96 0 0.12 0.34 0.43 38.4 0.21 0.47
Hex 92 80 60 0 C 22 2B 26 15 2F
Octal 222 200 140 0 14 42 53 46 25 57
Binary 10010010 10000000 1100000 0 1100 100010 101011 100110 10101 101111

Color Harmonies of #928060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928060

Black with #928060

Text Example


Text Example

White with #928060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928060; }

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

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

background-color css

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

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

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

border-color css

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

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

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