Html Css Color HEX #928368 Granite Green

📋 copy color: '#928368'

red 146 ◦ green 131 ◦ blue 104

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

Shades of Granite Green #928368

Tints of Granite Green #928368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 38.32%
G = 34.38%
B = 27.3%

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

#928368 (or 0x928368) is known color: Granite Green. HEX triplet: 92, 83 and 68. RGB value is (146,131,104). Sum of RGB (Red+Green+Blue) = 146+131+104=381 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.32% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 146 - color contains mainly: red. Hex color #928368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928368 is #6D7C97. Grayscale: #848484. Windows color (decimal): -7175320 or 6849426. OLE color: 6849426.

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

Color convert

RGB 146 131 104 -
CMYK 0 0.10 0.29 0.43
HSL 38.57º 0.17% 0.49% -
HSV(B) 38.57º 0.29% 0.57% -
XYZ 22.47 23.34 16.42 -
YUV 132.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 146 131 104 0 0.10 0.29 0.43 38.57 0.17 0.49
Hex 92 83 68 0 A 1D 2B 27 11 31
Octal 222 203 150 0 12 35 53 47 21 61
Binary 10010010 10000011 1101000 0 1010 11101 101011 100111 10001 110001

Color Harmonies of #928368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928368

Black with #928368

Text Example


Text Example

White with #928368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928368; }

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

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

background-color css

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

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

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

border-color css

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

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

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