Html Css Color HEX #928766 Granite Green

📋 copy color: '#928766'

red 146 ◦ green 135 ◦ blue 102

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

Shades of Granite Green #928766

Tints of Granite Green #928766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.63%

R = 38.12%
G = 35.25%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#928766 (or 0x928766) is known color: Granite Green. HEX triplet: 92, 87 and 66. RGB value is (146,135,102). Sum of RGB (Red+Green+Blue) = 146+135+102=383 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.12% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 146 - color contains mainly: red. Hex color #928766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928766 is #6D7899. Grayscale: #868686. Windows color (decimal): -7174298 or 6719378. OLE color: 6719378.

HSL color Cylindrical-coordinate representation of color #928766: hue angle of 45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928766 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 135 102 -
CMYK 0 0.08 0.30 0.43
HSL 45º 0.18% 0.49% -
HSV(B) 45º 0.3% 0.57% -
XYZ 22.92 24.4 16.07 -
YUV 134.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 146 135 102 0 0.08 0.30 0.43 45 0.18 0.49
Hex 92 87 66 0 8 1E 2B 2D 12 31
Octal 222 207 146 0 10 36 53 55 22 61
Binary 10010010 10000111 1100110 0 1000 11110 101011 101101 10010 110001

Color Harmonies of #928766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928766

Black with #928766

Text Example


Text Example

White with #928766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928766; }

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

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

background-color css

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

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

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

border-color css

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

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

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