Html Css Color HEX #94865D Granite Green

📋 copy color: '#94865D'

red 148 ◦ green 134 ◦ blue 93

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

Shades of Granite Green #94865D

Tints of Granite Green #94865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 39.47%
G = 35.73%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94865D (or 0x94865D) is known color: Granite Green. HEX triplet: 94, 86 and 5D. RGB value is (148,134,93). Sum of RGB (Red+Green+Blue) = 148+134+93=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94865D is #6B79A2. Grayscale: #858585. Windows color (decimal): -7043491 or 6129300. OLE color: 6129300.

HSL color Cylindrical-coordinate representation of color #94865D: hue angle of 44.73º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94865D is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 134 93 -
CMYK 0 0.09 0.37 0.42
HSL 44.73º 0.23% 0.47% -
HSV(B) 44.73º 0.37% 0.58% -
XYZ 22.71 24.14 13.82 -
YUV 133.51 105.14 138.33 -
System Red Green Blue C M Y K H S L
Decimal 148 134 93 0 0.09 0.37 0.42 44.73 0.23 0.47
Hex 94 86 5D 0 9 25 2A 2D 17 2F
Octal 224 206 135 0 11 45 52 55 27 57
Binary 10010100 10000110 1011101 0 1001 100101 101010 101101 10111 101111

Color Harmonies of #94865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94865D

Black with #94865D

Text Example


Text Example

White with #94865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94865D; }

 p { color: rgb(148,134,93); }

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

background-color css

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

 a { background-color: rgb(148,134,93); }

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

border-color css

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

 span { border-color: rgb(148,134,93); }

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