Html Css Color HEX #95845F Granite Green

📋 copy color: '#95845F'

red 149 ◦ green 132 ◦ blue 95

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

Shades of Granite Green #95845F

Tints of Granite Green #95845F

RGB

 RED value IS 149 (58.59% from 255) = 39.63%

 GREEN value IS 132 (51.95% from 255) = 35.11%

 BLUE value IS 95 (37.5% from 255) = 25.27%

R = 39.63%
G = 35.11%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#95845F (or 0x95845F) is known color: Granite Green. HEX triplet: 95, 84 and 5F. RGB value is (149,132,95). Sum of RGB (Red+Green+Blue) = 149+132+95=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 95 (37.5% from 255 or 25.27% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95845F is #6A7BA0. Grayscale: #858585. Windows color (decimal): -6978465 or 6259861. OLE color: 6259861.

HSL color Cylindrical-coordinate representation of color #95845F: hue angle of 41.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95845F is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 132 95 -
CMYK 0 0.11 0.36 0.42
HSL 41.11º 0.22% 0.48% -
HSV(B) 41.11º 0.36% 0.58% -
XYZ 22.71 23.72 14.21 -
YUV 132.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 149 132 95 0 0.11 0.36 0.42 41.11 0.22 0.48
Hex 95 84 5F 0 B 24 2A 29 16 30
Octal 225 204 137 0 13 44 52 51 26 60
Binary 10010101 10000100 1011111 0 1011 100100 101010 101001 10110 110000

Color Harmonies of #95845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95845F

Black with #95845F

Text Example


Text Example

White with #95845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95845F; }

 p { color: rgb(149,132,95); }

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

background-color css

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

 a { background-color: rgb(149,132,95); }

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

border-color css

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

 span { border-color: rgb(149,132,95); }

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