Html Css Color HEX #948762 Granite Green

📋 copy color: '#948762'

red 148 ◦ green 135 ◦ blue 98

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

Shades of Granite Green #948762

Tints of Granite Green #948762

RGB

 RED value IS 148 (58.2% from 255) = 38.85%

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

 BLUE value IS 98 (38.67% from 255) = 25.72%

R = 38.85%
G = 35.43%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948762 (or 0x948762) is known color: Granite Green. HEX triplet: 94, 87 and 62. RGB value is (148,135,98). Sum of RGB (Red+Green+Blue) = 148+135+98=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #948762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948762 is #6B789D. Grayscale: #868686. Windows color (decimal): -7043230 or 6457236. OLE color: 6457236.

HSL color Cylindrical-coordinate representation of color #948762: hue angle of 44.4º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #948762 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 98 -
CMYK 0 0.09 0.34 0.42
HSL 44.4º 0.2% 0.48% -
HSV(B) 44.4º 0.34% 0.58% -
XYZ 23.08 24.51 15.07 -
YUV 134.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 148 135 98 0 0.09 0.34 0.42 44.4 0.2 0.48
Hex 94 87 62 0 9 22 2A 2C 14 30
Octal 224 207 142 0 11 42 52 54 24 60
Binary 10010100 10000111 1100010 0 1001 100010 101010 101100 10100 110000

Color Harmonies of #948762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948762

Black with #948762

Text Example


Text Example

White with #948762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948762; }

 p { color: rgb(148,135,98); }

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

background-color css

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

 a { background-color: rgb(148,135,98); }

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

border-color css

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

 span { border-color: rgb(148,135,98); }

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