Html Css Color HEX #8B8068 Granite Green

📋 copy color: '#8B8068'

red 139 ◦ green 128 ◦ blue 104

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

Shades of Granite Green #8B8068

Tints of Granite Green #8B8068

RGB

 RED value IS 139 (54.69% from 255) = 37.47%

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 37.47%
G = 34.5%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B8068 (or 0x8B8068) is known color: Granite Green. HEX triplet: 8B, 80 and 68. RGB value is (139,128,104). Sum of RGB (Red+Green+Blue) = 139+128+104=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8068 is #747F97. Grayscale: #808080. Windows color (decimal): -7634840 or 6848651. OLE color: 6848651.

HSL color Cylindrical-coordinate representation of color #8B8068: hue angle of 41.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B8068 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 128 104 -
CMYK 0 0.08 0.25 0.45
HSL 41.14º 0.14% 0.48% -
HSV(B) 41.14º 0.25% 0.55% -
XYZ 20.87 21.93 16.23 -
YUV 128.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 139 128 104 0 0.08 0.25 0.45 41.14 0.14 0.48
Hex 8B 80 68 0 8 19 2D 29 E 30
Octal 213 200 150 0 10 31 55 51 16 60
Binary 10001011 10000000 1101000 0 1000 11001 101101 101001 1110 110000

Color Harmonies of #8B8068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8068

Black with #8B8068

Text Example


Text Example

White with #8B8068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8068; }

 p { color: rgb(139,128,104); }

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

background-color css

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

 a { background-color: rgb(139,128,104); }

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

border-color css

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

 span { border-color: rgb(139,128,104); }

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