Html Css Color HEX #869994 Granny Smith

📋 copy color: '#869994'

red 134 ◦ green 153 ◦ blue 148

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

Shades of Granny Smith #869994

Tints of Granny Smith #869994

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.17%

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 30.8%
G = 35.17%
B = 34.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#869994 (or 0x869994) is known color: Granny Smith. HEX triplet: 86, 99 and 94. RGB value is (134,153,148). Sum of RGB (Red+Green+Blue) = 134+153+148=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #869994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869994 is #79666B. Grayscale: #929292. Windows color (decimal): -7956076 or 9738630. OLE color: 9738630.

HSL color Cylindrical-coordinate representation of color #869994: hue angle of 164.21º degrees, saturation: 0.09, 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 #869994 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 148 -
CMYK 0.12 0 0.03 0.4
HSL 164.21º 0.09% 0.56% -
HSV(B) 164.21º 0.12% 0.6% -
XYZ 26.57 29.99 32.41 -
YUV 146.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 134 153 148 0.12 0 0.03 0.4 164.21 0.09 0.56
Hex 86 99 94 C 0 3 28 A4 9 38
Octal 206 231 224 14 0 3 50 244 11 70
Binary 10000110 10011001 10010100 1100 0 11 101000 10100100 1001 111000

Color Harmonies of #869994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869994

Black with #869994

Text Example


Text Example

White with #869994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869994; }

 p { color: rgb(134,153,148); }

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

background-color css

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

 a { background-color: rgb(134,153,148); }

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

border-color css

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

 span { border-color: rgb(134,153,148); }

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