Html Css Color HEX #95895E Granite Green

📋 copy color: '#95895E'

red 149 ◦ green 137 ◦ blue 94

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

Shades of Granite Green #95895E

Tints of Granite Green #95895E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 39.21%
G = 36.05%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95895E (or 0x95895E) is known color: Granite Green. HEX triplet: 95, 89 and 5E. RGB value is (149,137,94). Sum of RGB (Red+Green+Blue) = 149+137+94=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #95895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95895E is #6A76A1. Grayscale: #878787. Windows color (decimal): -6977186 or 6195605. OLE color: 6195605.

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

Color convert

RGB 149 137 94 -
CMYK 0 0.08 0.37 0.42
HSL 46.91º 0.23% 0.48% -
HSV(B) 46.91º 0.37% 0.58% -
XYZ 23.36 25.09 14.2 -
YUV 135.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 149 137 94 0 0.08 0.37 0.42 46.91 0.23 0.48
Hex 95 89 5E 0 8 25 2A 2F 17 30
Octal 225 211 136 0 10 45 52 57 27 60
Binary 10010101 10001001 1011110 0 1000 100101 101010 101111 10111 110000

Color Harmonies of #95895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95895E

Black with #95895E

Text Example


Text Example

White with #95895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95895E; }

 p { color: rgb(149,137,94); }

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

background-color css

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

 a { background-color: rgb(149,137,94); }

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

border-color css

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

 span { border-color: rgb(149,137,94); }

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