Html Css Color HEX #958567 Granite Green

📋 copy color: '#958567'

red 149 ◦ green 133 ◦ blue 103

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

Shades of Granite Green #958567

Tints of Granite Green #958567

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

 BLUE value IS 103 (40.63% from 255) = 26.75%

R = 38.7%
G = 34.55%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958567 (or 0x958567) is known color: Granite Green. HEX triplet: 95, 85 and 67. RGB value is (149,133,103). Sum of RGB (Red+Green+Blue) = 149+133+103=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #958567 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958567 is #6A7A98. Grayscale: #868686. Windows color (decimal): -6978201 or 6784405. OLE color: 6784405.

HSL color Cylindrical-coordinate representation of color #958567: hue angle of 39.13º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #958567 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 133 103 -
CMYK 0 0.11 0.31 0.42
HSL 39.13º 0.18% 0.49% -
HSV(B) 39.13º 0.31% 0.58% -
XYZ 23.23 24.14 16.27 -
YUV 134.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 149 133 103 0 0.11 0.31 0.42 39.13 0.18 0.49
Hex 95 85 67 0 B 1F 2A 27 12 31
Octal 225 205 147 0 13 37 52 47 22 61
Binary 10010101 10000101 1100111 0 1011 11111 101010 100111 10010 110001

Color Harmonies of #958567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958567

Black with #958567

Text Example


Text Example

White with #958567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958567; }

 p { color: rgb(149,133,103); }

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

background-color css

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

 a { background-color: rgb(149,133,103); }

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

border-color css

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

 span { border-color: rgb(149,133,103); }

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