Html Css Color HEX #85968D Granny Smith

📋 copy color: '#85968D'

red 133 ◦ green 150 ◦ blue 141

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

Shades of Granny Smith #85968D

Tints of Granny Smith #85968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.38%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 31.37%
G = 35.38%
B = 33.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#85968D (or 0x85968D) is known color: Granny Smith. HEX triplet: 85, 96 and 8D. RGB value is (133,150,141). Sum of RGB (Red+Green+Blue) = 133+150+141=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 150 - color contains mainly: green. Hex color #85968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85968D is #7A6972. Grayscale: #8F8F8F. Windows color (decimal): -8022387 or 9279109. OLE color: 9279109.

HSL color Cylindrical-coordinate representation of color #85968D: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85968D is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 141 -
CMYK 0.11 0 0.06 0.41
HSL 148.24º 0.07% 0.55% -
HSV(B) 148.24º 0.11% 0.59% -
XYZ 25.39 28.72 29.41 -
YUV 143.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 133 150 141 0.11 0 0.06 0.41 148.24 0.07 0.55
Hex 85 96 8D B 0 6 29 94 7 37
Octal 205 226 215 13 0 6 51 224 7 67
Binary 10000101 10010110 10001101 1011 0 110 101001 10010100 111 110111

Color Harmonies of #85968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85968D

Black with #85968D

Text Example


Text Example

White with #85968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85968D; }

 p { color: rgb(133,150,141); }

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

background-color css

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

 a { background-color: rgb(133,150,141); }

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

border-color css

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

 span { border-color: rgb(133,150,141); }

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