Html Css Color HEX #94876A Granite Green

📋 copy color: '#94876A'

red 148 ◦ green 135 ◦ blue 106

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

Shades of Granite Green #94876A

Tints of Granite Green #94876A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.25%

R = 38.05%
G = 34.7%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94876A (or 0x94876A) is known color: Granite Green. HEX triplet: 94, 87 and 6A. RGB value is (148,135,106). Sum of RGB (Red+Green+Blue) = 148+135+106=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #94876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94876A is #6B7895. Grayscale: #878787. Windows color (decimal): -7043222 or 6981524. OLE color: 6981524.

HSL color Cylindrical-coordinate representation of color #94876A: hue angle of 41.43º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94876A is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 135 106 -
CMYK 0 0.09 0.28 0.42
HSL 41.43º 0.17% 0.5% -
HSV(B) 41.43º 0.28% 0.58% -
XYZ 23.48 24.66 17.16 -
YUV 135.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 148 135 106 0 0.09 0.28 0.42 41.43 0.17 0.5
Hex 94 87 6A 0 9 1C 2A 29 11 32
Octal 224 207 152 0 11 34 52 51 21 62
Binary 10010100 10000111 1101010 0 1001 11100 101010 101001 10001 110010

Color Harmonies of #94876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94876A

Black with #94876A

Text Example


Text Example

White with #94876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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