Html Css Color HEX #948B62 Granite Green

📋 copy color: '#948B62'

red 148 ◦ green 139 ◦ blue 98

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

Shades of Granite Green #948B62

Tints of Granite Green #948B62

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.1%

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

R = 38.44%
G = 36.1%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#948B62 (or 0x948B62) is known color: Granite Green. HEX triplet: 94, 8B and 62. RGB value is (148,139,98). Sum of RGB (Red+Green+Blue) = 148+139+98=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 148 - color contains mainly: red. Hex color #948B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948B62 is #6B749D. Grayscale: #898989. Windows color (decimal): -7042206 or 6458260. OLE color: 6458260.

HSL color Cylindrical-coordinate representation of color #948B62: hue angle of 49.2º 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 #948B62 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 139 98 -
CMYK 0 0.06 0.34 0.42
HSL 49.2º 0.2% 0.48% -
HSV(B) 49.2º 0.34% 0.58% -
XYZ 23.65 25.64 15.26 -
YUV 137.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 148 139 98 0 0.06 0.34 0.42 49.2 0.2 0.48
Hex 94 8B 62 0 6 22 2A 31 14 30
Octal 224 213 142 0 6 42 52 61 24 60
Binary 10010100 10001011 1100010 0 110 100010 101010 110001 10100 110000

Color Harmonies of #948B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948B62

Black with #948B62

Text Example


Text Example

White with #948B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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