Html Css Color HEX #938868 Granite Green

📋 copy color: '#938868'

red 147 ◦ green 136 ◦ blue 104

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

Shades of Granite Green #938868

Tints of Granite Green #938868

RGB

 RED value IS 147 (57.81% from 255) = 37.98%

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

 BLUE value IS 104 (41.02% from 255) = 26.87%

R = 37.98%
G = 35.14%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#938868 (or 0x938868) is known color: Granite Green. HEX triplet: 93, 88 and 68. RGB value is (147,136,104). Sum of RGB (Red+Green+Blue) = 147+136+104=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #938868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938868 is #6C7797. Grayscale: #878787. Windows color (decimal): -7108504 or 6850707. OLE color: 6850707.

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

Color convert

RGB 147 136 104 -
CMYK 0 0.07 0.29 0.42
HSL 44.65º 0.17% 0.49% -
HSV(B) 44.65º 0.29% 0.58% -
XYZ 23.34 24.81 16.66 -
YUV 135.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 147 136 104 0 0.07 0.29 0.42 44.65 0.17 0.49
Hex 93 88 68 0 7 1D 2A 2D 11 31
Octal 223 210 150 0 7 35 52 55 21 61
Binary 10010011 10001000 1101000 0 111 11101 101010 101101 10001 110001

Color Harmonies of #938868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938868

Black with #938868

Text Example


Text Example

White with #938868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938868; }

 p { color: rgb(147,136,104); }

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

background-color css

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

 a { background-color: rgb(147,136,104); }

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

border-color css

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

 span { border-color: rgb(147,136,104); }

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