Html Css Color HEX #869793 Granny Smith

📋 copy color: '#869793'

red 134 ◦ green 151 ◦ blue 147

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

Shades of Granny Smith #869793

Tints of Granny Smith #869793

RGB

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

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

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

R = 31.02%
G = 34.95%
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

#869793 (or 0x869793) is known color: Granny Smith. HEX triplet: 86, 97 and 93. RGB value is (134,151,147). Sum of RGB (Red+Green+Blue) = 134+151+147=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 151 - color contains mainly: green. Hex color #869793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869793 is #79686C. Grayscale: #919191. Windows color (decimal): -7956589 or 9672582. OLE color: 9672582.

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

Color convert

RGB 134 151 147 -
CMYK 0.11 0 0.03 0.41
HSL 165.88º 0.08% 0.56% -
HSV(B) 165.88º 0.11% 0.59% -
XYZ 26.16 29.31 31.88 -
YUV 145.46 128.87 119.83 -
System Red Green Blue C M Y K H S L
Decimal 134 151 147 0.11 0 0.03 0.41 165.88 0.08 0.56
Hex 86 97 93 B 0 3 29 A6 8 38
Octal 206 227 223 13 0 3 51 246 10 70
Binary 10000110 10010111 10010011 1011 0 11 101001 10100110 1000 111000

Color Harmonies of #869793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869793

Black with #869793

Text Example


Text Example

White with #869793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869793; }

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

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

background-color css

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

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

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

border-color css

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

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

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