Html Css Color HEX #907E60 Granite Green

📋 copy color: '#907E60'

red 144 ◦ green 126 ◦ blue 96

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

Shades of Granite Green #907E60

Tints of Granite Green #907E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.23%

R = 39.34%
G = 34.43%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#907E60 (or 0x907E60) is known color: Granite Green. HEX triplet: 90, 7E and 60. RGB value is (144,126,96). Sum of RGB (Red+Green+Blue) = 144+126+96=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 144 - color contains mainly: red. Hex color #907E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907E60 is #6F819F. Grayscale: #808080. Windows color (decimal): -7307680 or 6323856. OLE color: 6323856.

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

Color convert

RGB 144 126 96 -
CMYK 0 0.12 0.33 0.44
HSL 37.5º 0.2% 0.47% -
HSV(B) 37.5º 0.33% 0.56% -
XYZ 21.07 21.7 14.14 -
YUV 127.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 144 126 96 0 0.12 0.33 0.44 37.5 0.2 0.47
Hex 90 7E 60 0 C 21 2C 26 14 2F
Octal 220 176 140 0 14 41 54 46 24 57
Binary 10010000 1111110 1100000 0 1100 100001 101100 100110 10100 101111

Color Harmonies of #907E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E60

Black with #907E60

Text Example


Text Example

White with #907E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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