Html Css Color HEX #958867 Granite Green

📋 copy color: '#958867'

red 149 ◦ green 136 ◦ blue 103

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

Shades of Granite Green #958867

Tints of Granite Green #958867

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

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

R = 38.4%
G = 35.05%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#958867 (or 0x958867) is known color: Granite Green. HEX triplet: 95, 88 and 67. RGB value is (149,136,103). Sum of RGB (Red+Green+Blue) = 149+136+103=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #958867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958867 is #6A7798. Grayscale: #888888. Windows color (decimal): -6977433 or 6785173. OLE color: 6785173.

HSL color Cylindrical-coordinate representation of color #958867: hue angle of 43.04º 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 #958867 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 136 103 -
CMYK 0 0.09 0.31 0.42
HSL 43.04º 0.18% 0.49% -
HSV(B) 43.04º 0.31% 0.58% -
XYZ 23.65 24.98 16.41 -
YUV 136.13 109.31 137.18 -
System Red Green Blue C M Y K H S L
Decimal 149 136 103 0 0.09 0.31 0.42 43.04 0.18 0.49
Hex 95 88 67 0 9 1F 2A 2B 12 31
Octal 225 210 147 0 11 37 52 53 22 61
Binary 10010101 10001000 1100111 0 1001 11111 101010 101011 10010 110001

Color Harmonies of #958867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958867

Black with #958867

Text Example


Text Example

White with #958867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958867; }

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

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

background-color css

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

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

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

border-color css

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

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

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