Html Css Color HEX #738E86 Granny Smith

📋 copy color: '#738E86'

red 115 ◦ green 142 ◦ blue 134

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

Shades of Granny Smith #738E86

Tints of Granny Smith #738E86

RGB

 RED value IS 115 (45.31% from 255) = 29.41%

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 29.41%
G = 36.32%
B = 34.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#738E86 (or 0x738E86) is known color: Granny Smith. HEX triplet: 73, 8E and 86. RGB value is (115,142,134). Sum of RGB (Red+Green+Blue) = 115+142+134=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #738E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738E86 is #8C7179. Grayscale: #858585. Windows color (decimal): -9204090 or 8818291. OLE color: 8818291.

HSL color Cylindrical-coordinate representation of color #738E86: hue angle of 162.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738E86 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 142 134 -
CMYK 0.19 0 0.06 0.44
HSL 162.22º 0.11% 0.5% -
HSV(B) 162.22º 0.19% 0.56% -
XYZ 21.05 24.71 26.21 -
YUV 133.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 115 142 134 0.19 0 0.06 0.44 162.22 0.11 0.5
Hex 73 8E 86 13 0 6 2C A2 B 32
Octal 163 216 206 23 0 6 54 242 13 62
Binary 1110011 10001110 10000110 10011 0 110 101100 10100010 1011 110010

Color Harmonies of #738E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E86

Black with #738E86

Text Example


Text Example

White with #738E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738E86; }

 p { color: rgb(115,142,134); }

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

background-color css

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

 a { background-color: rgb(115,142,134); }

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

border-color css

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

 span { border-color: rgb(115,142,134); }

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