Html Css Color HEX #98875D Granite Green

📋 copy color: '#98875D'

red 152 ◦ green 135 ◦ blue 93

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

Shades of Granite Green #98875D

Tints of Granite Green #98875D

RGB

 RED value IS 152 (59.77% from 255) = 40%

 GREEN value IS 135 (53.13% from 255) = 35.53%

 BLUE value IS 93 (36.72% from 255) = 24.47%

R = 40%
G = 35.53%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#98875D (or 0x98875D) is known color: Granite Green. HEX triplet: 98, 87 and 5D. RGB value is (152,135,93). Sum of RGB (Red+Green+Blue) = 152+135+93=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 93 (36.72% from 255 or 24.47% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98875D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98875D is #6778A2. Grayscale: #878787. Windows color (decimal): -6781091 or 6129560. OLE color: 6129560.

HSL color Cylindrical-coordinate representation of color #98875D: hue angle of 42.71º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98875D is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 93 -
CMYK 0 0.11 0.39 0.40
HSL 42.71º 0.24% 0.48% -
HSV(B) 42.71º 0.39% 0.6% -
XYZ 23.59 24.79 13.9 -
YUV 135.3 104.13 139.92 -
System Red Green Blue C M Y K H S L
Decimal 152 135 93 0 0.11 0.39 0.40 42.71 0.24 0.48
Hex 98 87 5D 0 B 27 28 2B 18 30
Octal 230 207 135 0 13 47 50 53 30 60
Binary 10011000 10000111 1011101 0 1011 100111 101000 101011 11000 110000

Color Harmonies of #98875D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98875D

Black with #98875D

Text Example


Text Example

White with #98875D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98875D; }

 p { color: rgb(152,135,93); }

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

background-color css

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

 a { background-color: rgb(152,135,93); }

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

border-color css

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

 span { border-color: rgb(152,135,93); }

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