Html Css Color HEX #928367 Granite Green

📋 copy color: '#928367'

red 146 ◦ green 131 ◦ blue 103

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

Shades of Granite Green #928367

Tints of Granite Green #928367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.11%

R = 38.42%
G = 34.47%
B = 27.11%

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

#928367 (or 0x928367) is known color: Granite Green. HEX triplet: 92, 83 and 67. RGB value is (146,131,103). Sum of RGB (Red+Green+Blue) = 146+131+103=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #928367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928367 is #6D7C98. Grayscale: #848484. Windows color (decimal): -7175321 or 6783890. OLE color: 6783890.

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

Color convert

RGB 146 131 103 -
CMYK 0 0.10 0.29 0.43
HSL 39.07º 0.17% 0.49% -
HSV(B) 39.07º 0.29% 0.57% -
XYZ 22.42 23.32 16.15 -
YUV 132.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 146 131 103 0 0.10 0.29 0.43 39.07 0.17 0.49
Hex 92 83 67 0 A 1D 2B 27 11 31
Octal 222 203 147 0 12 35 53 47 21 61
Binary 10010010 10000011 1100111 0 1010 11101 101011 100111 10001 110001

Color Harmonies of #928367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928367

Black with #928367

Text Example


Text Example

White with #928367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928367; }

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

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

background-color css

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

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

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

border-color css

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

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

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