Html Css Color HEX #968766 Granite Green

📋 copy color: '#968766'

red 150 ◦ green 135 ◦ blue 102

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

Shades of Granite Green #968766

Tints of Granite Green #968766

RGB

 RED value IS 150 (58.98% from 255) = 38.76%

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

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

R = 38.76%
G = 34.88%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#968766 (or 0x968766) is known color: Granite Green. HEX triplet: 96, 87 and 66. RGB value is (150,135,102). Sum of RGB (Red+Green+Blue) = 150+135+102=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968766 is #697899. Grayscale: #878787. Windows color (decimal): -6912154 or 6719382. OLE color: 6719382.

HSL color Cylindrical-coordinate representation of color #968766: hue angle of 41.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968766 is Cyan = 0, Magento = 0.1, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 135 102 -
CMYK 0 0.1 0.32 0.41
HSL 41.25º 0.19% 0.49% -
HSV(B) 41.25º 0.32% 0.59% -
XYZ 23.64 24.77 16.11 -
YUV 135.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 150 135 102 0 0.1 0.32 0.41 41.25 0.19 0.49
Hex 96 87 66 0 A 20 29 29 13 31
Octal 226 207 146 0 12 40 51 51 23 61
Binary 10010110 10000111 1100110 0 1010 100000 101001 101001 10011 110001

Color Harmonies of #968766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968766

Black with #968766

Text Example


Text Example

White with #968766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968766; }

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

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

background-color css

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

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

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

border-color css

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

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

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