Html Css Color HEX #907E5F Granite Green

📋 copy color: '#907E5F'

red 144 ◦ green 126 ◦ blue 95

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

Shades of Granite Green #907E5F

Tints of Granite Green #907E5F

RGB

 RED value IS 144 (56.64% from 255) = 39.45%

 GREEN value IS 126 (49.61% from 255) = 34.52%

 BLUE value IS 95 (37.5% from 255) = 26.03%

R = 39.45%
G = 34.52%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#907E5F (or 0x907E5F) is known color: Granite Green. HEX triplet: 90, 7E and 5F. RGB value is (144,126,95). Sum of RGB (Red+Green+Blue) = 144+126+95=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #907E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E5F is #6F81A0. Grayscale: #7F7F7F. Windows color (decimal): -7307681 or 6258320. OLE color: 6258320.

HSL color Cylindrical-coordinate representation of color #907E5F: hue angle of 37.96º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907E5F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 126 95 -
CMYK 0 0.12 0.34 0.44
HSL 37.96º 0.21% 0.47% -
HSV(B) 37.96º 0.34% 0.56% -
XYZ 21.03 21.68 13.9 -
YUV 127.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 144 126 95 0 0.12 0.34 0.44 37.96 0.21 0.47
Hex 90 7E 5F 0 C 22 2C 26 15 2F
Octal 220 176 137 0 14 42 54 46 25 57
Binary 10010000 1111110 1011111 0 1100 100010 101100 100110 10101 101111

Color Harmonies of #907E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E5F

Black with #907E5F

Text Example


Text Example

White with #907E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907E5F; }

 p { color: rgb(144,126,95); }

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

background-color css

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

 a { background-color: rgb(144,126,95); }

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

border-color css

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

 span { border-color: rgb(144,126,95); }

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