Html Css Color HEX #918968 Granite Green

📋 copy color: '#918968'

red 145 ◦ green 137 ◦ blue 104

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

Shades of Granite Green #918968

Tints of Granite Green #918968

RGB

 RED value IS 145 (57.03% from 255) = 37.56%

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 37.56%
G = 35.49%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#918968 (or 0x918968) is known color: Granite Green. HEX triplet: 91, 89 and 68. RGB value is (145,137,104). Sum of RGB (Red+Green+Blue) = 145+137+104=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918968 is #6E7697. Grayscale: #878787. Windows color (decimal): -7239320 or 6850961. OLE color: 6850961.

HSL color Cylindrical-coordinate representation of color #918968: hue angle of 48.29º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918968 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 137 104 -
CMYK 0 0.06 0.28 0.43
HSL 48.29º 0.16% 0.49% -
HSV(B) 48.29º 0.28% 0.57% -
XYZ 23.12 24.91 16.69 -
YUV 135.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 145 137 104 0 0.06 0.28 0.43 48.29 0.16 0.49
Hex 91 89 68 0 6 1C 2B 30 10 31
Octal 221 211 150 0 6 34 53 60 20 61
Binary 10010001 10001001 1101000 0 110 11100 101011 110000 10000 110001

Color Harmonies of #918968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918968

Black with #918968

Text Example


Text Example

White with #918968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918968; }

 p { color: rgb(145,137,104); }

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

background-color css

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

 a { background-color: rgb(145,137,104); }

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

border-color css

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

 span { border-color: rgb(145,137,104); }

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