Html Css Color HEX #908165 Granite Green

📋 copy color: '#908165'

red 144 ◦ green 129 ◦ blue 101

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

Shades of Granite Green #908165

Tints of Granite Green #908165

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 38.5%
G = 34.49%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#908165 (or 0x908165) is known color: Granite Green. HEX triplet: 90, 81 and 65. RGB value is (144,129,101). Sum of RGB (Red+Green+Blue) = 144+129+101=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 144 - color contains mainly: red. Hex color #908165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908165 is #6F7E9A. Grayscale: #828282. Windows color (decimal): -7306907 or 6652304. OLE color: 6652304.

HSL color Cylindrical-coordinate representation of color #908165: hue angle of 39.07º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908165 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 129 101 -
CMYK 0 0.10 0.30 0.44
HSL 39.07º 0.18% 0.48% -
HSV(B) 39.07º 0.3% 0.56% -
XYZ 21.7 22.57 15.52 -
YUV 130.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 144 129 101 0 0.10 0.30 0.44 39.07 0.18 0.48
Hex 90 81 65 0 A 1E 2C 27 12 30
Octal 220 201 145 0 12 36 54 47 22 60
Binary 10010000 10000001 1100101 0 1010 11110 101100 100111 10010 110000

Color Harmonies of #908165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908165

Black with #908165

Text Example


Text Example

White with #908165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908165; }

 p { color: rgb(144,129,101); }

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

background-color css

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

 a { background-color: rgb(144,129,101); }

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

border-color css

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

 span { border-color: rgb(144,129,101); }

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