Html Css Color HEX #928866 Granite Green

📋 copy color: '#928866'

red 146 ◦ green 136 ◦ blue 102

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

Shades of Granite Green #928866

Tints of Granite Green #928866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.42%

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

R = 38.02%
G = 35.42%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#928866 (or 0x928866) is known color: Granite Green. HEX triplet: 92, 88 and 66. RGB value is (146,136,102). Sum of RGB (Red+Green+Blue) = 146+136+102=384 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.02% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 146 - color contains mainly: red. Hex color #928866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928866 is #6D7799. Grayscale: #878787. Windows color (decimal): -7174042 or 6719634. OLE color: 6719634.

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

Color convert

RGB 146 136 102 -
CMYK 0 0.07 0.30 0.43
HSL 46.36º 0.18% 0.49% -
HSV(B) 46.36º 0.3% 0.57% -
XYZ 23.06 24.68 16.12 -
YUV 135.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 146 136 102 0 0.07 0.30 0.43 46.36 0.18 0.49
Hex 92 88 66 0 7 1E 2B 2E 12 31
Octal 222 210 146 0 7 36 53 56 22 61
Binary 10010010 10001000 1100110 0 111 11110 101011 101110 10010 110001

Color Harmonies of #928866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928866

Black with #928866

Text Example


Text Example

White with #928866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928866; }

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

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

background-color css

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

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

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

border-color css

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

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

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