Html Css Color HEX #928768 Granite Green

📋 copy color: '#928768'

red 146 ◦ green 135 ◦ blue 104

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

Shades of Granite Green #928768

Tints of Granite Green #928768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.06%

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

R = 37.92%
G = 35.06%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#928768 (or 0x928768) is known color: Granite Green. HEX triplet: 92, 87 and 68. RGB value is (146,135,104). Sum of RGB (Red+Green+Blue) = 146+135+104=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 146 - color contains mainly: red. Hex color #928768 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928768 is #6D7897. Grayscale: #868686. Windows color (decimal): -7174296 or 6850450. OLE color: 6850450.

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

Color convert

RGB 146 135 104 -
CMYK 0 0.08 0.29 0.43
HSL 44.29º 0.17% 0.49% -
HSV(B) 44.29º 0.29% 0.57% -
XYZ 23.02 24.44 16.6 -
YUV 134.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 146 135 104 0 0.08 0.29 0.43 44.29 0.17 0.49
Hex 92 87 68 0 8 1D 2B 2C 11 31
Octal 222 207 150 0 10 35 53 54 21 61
Binary 10010010 10000111 1101000 0 1000 11101 101011 101100 10001 110001

Color Harmonies of #928768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928768

Black with #928768

Text Example


Text Example

White with #928768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928768; }

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

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

background-color css

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

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

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

border-color css

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

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

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