Html Css Color HEX #968965 Granite Green

📋 copy color: '#968965'

red 150 ◦ green 137 ◦ blue 101

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

Shades of Granite Green #968965

Tints of Granite Green #968965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.31%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 38.66%
G = 35.31%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#968965 (or 0x968965) is known color: Granite Green. HEX triplet: 96, 89 and 65. RGB value is (150,137,101). Sum of RGB (Red+Green+Blue) = 150+137+101=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #968965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968965 is #69769A. Grayscale: #888888. Windows color (decimal): -6911643 or 6654358. OLE color: 6654358.

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

Color convert

RGB 150 137 101 -
CMYK 0 0.09 0.33 0.41
HSL 44.08º 0.2% 0.49% -
HSV(B) 44.08º 0.33% 0.59% -
XYZ 23.87 25.31 15.94 -
YUV 136.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 150 137 101 0 0.09 0.33 0.41 44.08 0.2 0.49
Hex 96 89 65 0 9 21 29 2C 14 31
Octal 226 211 145 0 11 41 51 54 24 61
Binary 10010110 10001001 1100101 0 1001 100001 101001 101100 10100 110001

Color Harmonies of #968965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968965

Black with #968965

Text Example


Text Example

White with #968965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968965; }

 p { color: rgb(150,137,101); }

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

background-color css

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

 a { background-color: rgb(150,137,101); }

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

border-color css

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

 span { border-color: rgb(150,137,101); }

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