Html Css Color HEX #859692 Granny Smith

📋 copy color: '#859692'

red 133 ◦ green 150 ◦ blue 146

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

Shades of Granny Smith #859692

Tints of Granny Smith #859692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 31%
G = 34.97%
B = 34.03%

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

#859692 (or 0x859692) is known color: Granny Smith. HEX triplet: 85, 96 and 92. RGB value is (133,150,146). Sum of RGB (Red+Green+Blue) = 133+150+146=429 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.00% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #859692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859692 is #7A696D. Grayscale: #909090. Windows color (decimal): -8022382 or 9606789. OLE color: 9606789.

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

Color convert

RGB 133 150 146 -
CMYK 0.11 0 0.03 0.41
HSL 165.88º 0.07% 0.55% -
HSV(B) 165.88º 0.11% 0.59% -
XYZ 25.77 28.87 31.41 -
YUV 144.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 133 150 146 0.11 0 0.03 0.41 165.88 0.07 0.55
Hex 85 96 92 B 0 3 29 A6 7 37
Octal 205 226 222 13 0 3 51 246 7 67
Binary 10000101 10010110 10010010 1011 0 11 101001 10100110 111 110111

Color Harmonies of #859692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859692

Black with #859692

Text Example


Text Example

White with #859692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859692; }

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

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

background-color css

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

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

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

border-color css

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

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

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