Html Css Color HEX #859693 Granny Smith

📋 copy color: '#859693'

red 133 ◦ green 150 ◦ blue 147

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

Shades of Granny Smith #859693

Tints of Granny Smith #859693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 34.19%

R = 30.93%
G = 34.88%
B = 34.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#859693 (or 0x859693) is known color: Granny Smith. HEX triplet: 85, 96 and 93. RGB value is (133,150,147). Sum of RGB (Red+Green+Blue) = 133+150+147=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 150 - color contains mainly: green. Hex color #859693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859693 is #7A696C. Grayscale: #909090. Windows color (decimal): -8022381 or 9672325. OLE color: 9672325.

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

Color convert

RGB 133 150 147 -
CMYK 0.11 0 0.02 0.41
HSL 169.41º 0.07% 0.55% -
HSV(B) 169.41º 0.11% 0.59% -
XYZ 25.85 28.91 31.82 -
YUV 144.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 133 150 147 0.11 0 0.02 0.41 169.41 0.07 0.55
Hex 85 96 93 B 0 2 29 A9 7 37
Octal 205 226 223 13 0 2 51 251 7 67
Binary 10000101 10010110 10010011 1011 0 10 101001 10101001 111 110111

Color Harmonies of #859693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859693

Black with #859693

Text Example


Text Example

White with #859693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859693; }

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

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

background-color css

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

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

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

border-color css

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

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

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