Html Css Color HEX #938C62 Granite Green

📋 copy color: '#938C62'

red 147 ◦ green 140 ◦ blue 98

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

Shades of Granite Green #938C62

Tints of Granite Green #938C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.36%

 BLUE value IS 98 (38.67% from 255) = 25.45%

R = 38.18%
G = 36.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#938C62 (or 0x938C62) is known color: Granite Green. HEX triplet: 93, 8C and 62. RGB value is (147,140,98). Sum of RGB (Red+Green+Blue) = 147+140+98=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #938C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938C62 is #6C739D. Grayscale: #898989. Windows color (decimal): -7107486 or 6458515. OLE color: 6458515.

HSL color Cylindrical-coordinate representation of color #938C62: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #938C62 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 140 98 -
CMYK 0 0.05 0.33 0.42
HSL 51.43º 0.2% 0.48% -
HSV(B) 51.43º 0.33% 0.58% -
XYZ 23.62 25.84 15.3 -
YUV 137.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 147 140 98 0 0.05 0.33 0.42 51.43 0.2 0.48
Hex 93 8C 62 0 5 21 2A 33 14 30
Octal 223 214 142 0 5 41 52 63 24 60
Binary 10010011 10001100 1100010 0 101 100001 101010 110011 10100 110000

Color Harmonies of #938C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C62

Black with #938C62

Text Example


Text Example

White with #938C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938C62; }

 p { color: rgb(147,140,98); }

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

background-color css

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

 a { background-color: rgb(147,140,98); }

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

border-color css

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

 span { border-color: rgb(147,140,98); }

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