Html Css Color HEX #928960 Granite Green

📋 copy color: '#928960'

red 146 ◦ green 137 ◦ blue 96

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

Shades of Granite Green #928960

Tints of Granite Green #928960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.15%

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

R = 38.52%
G = 36.15%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#928960 (or 0x928960) is known color: Granite Green. HEX triplet: 92, 89 and 60. RGB value is (146,137,96). Sum of RGB (Red+Green+Blue) = 146+137+96=379 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.52% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 146 - color contains mainly: red. Hex color #928960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928960 is #6D769F. Grayscale: #878787. Windows color (decimal): -7173792 or 6326674. OLE color: 6326674.

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

Color convert

RGB 146 137 96 -
CMYK 0 0.06 0.34 0.43
HSL 49.2º 0.21% 0.47% -
HSV(B) 49.2º 0.34% 0.57% -
XYZ 22.91 24.85 14.65 -
YUV 135.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 146 137 96 0 0.06 0.34 0.43 49.2 0.21 0.47
Hex 92 89 60 0 6 22 2B 31 15 2F
Octal 222 211 140 0 6 42 53 61 25 57
Binary 10010010 10001001 1100000 0 110 100010 101011 110001 10101 101111

Color Harmonies of #928960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928960

Black with #928960

Text Example


Text Example

White with #928960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928960; }

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

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

background-color css

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

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

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

border-color css

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

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

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