Html Css Color HEX #859691 Granny Smith

📋 copy color: '#859691'

red 133 ◦ green 150 ◦ blue 145

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

Shades of Granny Smith #859691

Tints of Granny Smith #859691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 31.07%
G = 35.05%
B = 33.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#859691 (or 0x859691) is known color: Granny Smith. HEX triplet: 85, 96 and 91. RGB value is (133,150,145). Sum of RGB (Red+Green+Blue) = 133+150+145=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 150 - color contains mainly: green. Hex color #859691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859691 is #7A696E. Grayscale: #909090. Windows color (decimal): -8022383 or 9541253. OLE color: 9541253.

HSL color Cylindrical-coordinate representation of color #859691: hue angle of 162.35º 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 #859691 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 150 145 -
CMYK 0.11 0 0.03 0.41
HSL 162.35º 0.07% 0.55% -
HSV(B) 162.35º 0.11% 0.59% -
XYZ 25.69 28.84 31 -
YUV 144.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 133 150 145 0.11 0 0.03 0.41 162.35 0.07 0.55
Hex 85 96 91 B 0 3 29 A2 7 37
Octal 205 226 221 13 0 3 51 242 7 67
Binary 10000101 10010110 10010001 1011 0 11 101001 10100010 111 110111

Color Harmonies of #859691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859691

Black with #859691

Text Example


Text Example

White with #859691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859691; }

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

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

background-color css

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

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

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

border-color css

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

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

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