Html Css Color HEX #869792 Granny Smith

📋 copy color: '#869792'

red 134 ◦ green 151 ◦ blue 146

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

Shades of Granny Smith #869792

Tints of Granny Smith #869792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.03%

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

R = 31.09%
G = 35.03%
B = 33.87%

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

#869792 (or 0x869792) is known color: Granny Smith. HEX triplet: 86, 97 and 92. RGB value is (134,151,146). Sum of RGB (Red+Green+Blue) = 134+151+146=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 151 - color contains mainly: green. Hex color #869792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869792 is #79686D. Grayscale: #919191. Windows color (decimal): -7956590 or 9607046. OLE color: 9607046.

HSL color Cylindrical-coordinate representation of color #869792: hue angle of 162.35º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #869792 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 151 146 -
CMYK 0.11 0 0.03 0.41
HSL 162.35º 0.08% 0.56% -
HSV(B) 162.35º 0.11% 0.59% -
XYZ 26.09 29.28 31.47 -
YUV 145.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 134 151 146 0.11 0 0.03 0.41 162.35 0.08 0.56
Hex 86 97 92 B 0 3 29 A2 8 38
Octal 206 227 222 13 0 3 51 242 10 70
Binary 10000110 10010111 10010010 1011 0 11 101001 10100010 1000 111000

Color Harmonies of #869792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869792

Black with #869792

Text Example


Text Example

White with #869792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869792; }

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

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

background-color css

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

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

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

border-color css

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

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

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