Html Css Color HEX #869892 Granny Smith

📋 copy color: '#869892'

red 134 ◦ green 152 ◦ blue 146

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

Shades of Granny Smith #869892

Tints of Granny Smith #869892

RGB

 RED value IS 134 (52.73% from 255) = 31.02%

 GREEN value IS 152 (59.77% from 255) = 35.19%

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

R = 31.02%
G = 35.19%
B = 33.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#869892 (or 0x869892) is known color: Granny Smith. HEX triplet: 86, 98 and 92. RGB value is (134,152,146). Sum of RGB (Red+Green+Blue) = 134+152+146=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #869892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869892 is #79676D. Grayscale: #919191. Windows color (decimal): -7956334 or 9607302. OLE color: 9607302.

HSL color Cylindrical-coordinate representation of color #869892: hue angle of 160º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869892 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 152 146 -
CMYK 0.12 0 0.04 0.40
HSL 160º 0.08% 0.56% -
HSV(B) 160º 0.12% 0.6% -
XYZ 26.25 29.6 31.52 -
YUV 145.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 134 152 146 0.12 0 0.04 0.40 160 0.08 0.56
Hex 86 98 92 C 0 4 28 A0 8 38
Octal 206 230 222 14 0 4 50 240 10 70
Binary 10000110 10011000 10010010 1100 0 100 101000 10100000 1000 111000

Color Harmonies of #869892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869892

Black with #869892

Text Example


Text Example

White with #869892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869892; }

 p { color: rgb(134,152,146); }

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

background-color css

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

 a { background-color: rgb(134,152,146); }

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

border-color css

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

 span { border-color: rgb(134,152,146); }

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