Html Css Color HEX #869D93 Granny Smith

📋 copy color: '#869D93'

red 134 ◦ green 157 ◦ blue 147

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

Shades of Granny Smith #869D93

Tints of Granny Smith #869D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

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

R = 30.59%
G = 35.84%
B = 33.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#869D93 (or 0x869D93) is known color: Granny Smith. HEX triplet: 86, 9D and 93. RGB value is (134,157,147). Sum of RGB (Red+Green+Blue) = 134+157+147=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #869D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D93 is #79626C. Grayscale: #959595. Windows color (decimal): -7955053 or 9674118. OLE color: 9674118.

HSL color Cylindrical-coordinate representation of color #869D93: hue angle of 153.91º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869D93 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 134 157 147 -
CMYK 0.15 0 0.06 0.38
HSL 153.91º 0.11% 0.57% -
HSV(B) 153.91º 0.15% 0.62% -
XYZ 27.15 31.29 32.21 -
YUV 148.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 134 157 147 0.15 0 0.06 0.38 153.91 0.11 0.57
Hex 86 9D 93 F 0 6 26 9A B 39
Octal 206 235 223 17 0 6 46 232 13 71
Binary 10000110 10011101 10010011 1111 0 110 100110 10011010 1011 111001

Color Harmonies of #869D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869D93

Black with #869D93

Text Example


Text Example

White with #869D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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