Html Css Color HEX #928468 Granite Green

📋 copy color: '#928468'

red 146 ◦ green 132 ◦ blue 104

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

Shades of Granite Green #928468

Tints of Granite Green #928468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 104 (41.02% from 255) = 27.23%

R = 38.22%
G = 34.55%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#928468 (or 0x928468) is known color: Granite Green. HEX triplet: 92, 84 and 68. RGB value is (146,132,104). Sum of RGB (Red+Green+Blue) = 146+132+104=382 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.22% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 146 - color contains mainly: red. Hex color #928468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928468 is #6D7B97. Grayscale: #858585. Windows color (decimal): -7175064 or 6849682. OLE color: 6849682.

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

Color convert

RGB 146 132 104 -
CMYK 0 0.10 0.29 0.43
HSL 40º 0.17% 0.49% -
HSV(B) 40º 0.29% 0.57% -
XYZ 22.6 23.61 16.46 -
YUV 132.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 146 132 104 0 0.10 0.29 0.43 40 0.17 0.49
Hex 92 84 68 0 A 1D 2B 28 11 31
Octal 222 204 150 0 12 35 53 50 21 61
Binary 10010010 10000100 1101000 0 1010 11101 101011 101000 10001 110001

Color Harmonies of #928468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928468

Black with #928468

Text Example


Text Example

White with #928468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928468; }

 p { color: rgb(146,132,104); }

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

background-color css

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

 a { background-color: rgb(146,132,104); }

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

border-color css

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

 span { border-color: rgb(146,132,104); }

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