Html Css Color HEX #98875E Granite Green

📋 copy color: '#98875E'

red 152 ◦ green 135 ◦ blue 94

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

Shades of Granite Green #98875E

Tints of Granite Green #98875E

RGB

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

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

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

R = 39.9%
G = 35.43%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#98875E (or 0x98875E) is known color: Granite Green. HEX triplet: 98, 87 and 5E. RGB value is (152,135,94). Sum of RGB (Red+Green+Blue) = 152+135+94=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #98875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98875E is #6778A1. Grayscale: #878787. Windows color (decimal): -6781090 or 6195096. OLE color: 6195096.

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

Color convert

RGB 152 135 94 -
CMYK 0 0.11 0.38 0.40
HSL 42.41º 0.24% 0.48% -
HSV(B) 42.41º 0.38% 0.6% -
XYZ 23.63 24.81 14.13 -
YUV 135.41 104.63 139.83 -
System Red Green Blue C M Y K H S L
Decimal 152 135 94 0 0.11 0.38 0.40 42.41 0.24 0.48
Hex 98 87 5E 0 B 26 28 2A 18 30
Octal 230 207 136 0 13 46 50 52 30 60
Binary 10011000 10000111 1011110 0 1011 100110 101000 101010 11000 110000

Color Harmonies of #98875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98875E

Black with #98875E

Text Example


Text Example

White with #98875E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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