Html Css Color HEX #85908B Granny Smith

📋 copy color: '#85908B'

red 133 ◦ green 144 ◦ blue 139

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

Shades of Granny Smith #85908B

Tints of Granny Smith #85908B

RGB

 RED value IS 133 (52.34% from 255) = 31.97%

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 31.97%
G = 34.62%
B = 33.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#85908B (or 0x85908B) is known color: Granny Smith. HEX triplet: 85, 90 and 8B. RGB value is (133,144,139). Sum of RGB (Red+Green+Blue) = 133+144+139=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 144 - color contains mainly: green. Hex color #85908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85908B is #7A6F74. Grayscale: #8C8C8C. Windows color (decimal): -8023925 or 9146501. OLE color: 9146501.

HSL color Cylindrical-coordinate representation of color #85908B: hue angle of 152.73º 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 #85908B is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 144 139 -
CMYK 0.08 0 0.03 0.44
HSL 152.73º 0.05% 0.54% -
HSV(B) 152.73º 0.08% 0.56% -
XYZ 24.31 26.8 28.32 -
YUV 140.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 133 144 139 0.08 0 0.03 0.44 152.73 0.05 0.54
Hex 85 90 8B 8 0 3 2C 99 5 36
Octal 205 220 213 10 0 3 54 231 5 66
Binary 10000101 10010000 10001011 1000 0 11 101100 10011001 101 110110

Color Harmonies of #85908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85908B

Black with #85908B

Text Example


Text Example

White with #85908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85908B; }

 p { color: rgb(133,144,139); }

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

background-color css

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

 a { background-color: rgb(133,144,139); }

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

border-color css

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

 span { border-color: rgb(133,144,139); }

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