#838F8A

Color #838F8A Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #838F8A

Tints of Granny Smith #838F8A

Color information

#838F8A (or 0x838F8A) is unknown color: approx Granny Smith. HEX triplet: 83, 8F and 8A. RGB value is (131,143,138). Sum of RGB (Red+Green+Blue) = 131+143+138=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 143 - color contains mainly: green. Hex color #838F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F8A is #7C7075. Grayscale: #8A8A8A. Windows color (decimal): -8155254 or 9080707. OLE color: 9080707.

HSL color Cylindrical-coordinate representation of color #838F8A: hue angle of 155º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838F8A is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB131143138-
CMYK0.0800.030.44
HSL155º5.08%53.73%-
HSV(B)155º8.39%56.08%-
XYZ23.7726.3127.87-
YUV138.84127.52122.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 143 (56.25% from 255) = 34.71%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=31.80%
G=34.71%
B=33.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311431380.0800.030.441555.0853.73
Hex838F8A8032C9b536
Octal203217212100354233566
Binary100000111000111110001010100001110110010011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838F8A; }

 p { color: rgb(131,143,138); }

 H1.HeaderClassName
 {
   color: #838F8A;
 }
 .AnyTagClassName
 {
   color: #838F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(131,143,138); }

 div.DivClassName
 {
   background-color: #838F8A;
 }
 .BgClassName
 {
   background-color: #838F8A;
 }
</style>
border-color css

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

 span { border-color: rgb(131,143,138); }

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