#738A7F

Color #738A7F Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #738A7F

Tints of Granny Smith #738A7F

Color information

#738A7F (or 0x738A7F) is unknown color: approx Granny Smith. HEX triplet: 73, 8A and 7F. RGB value is (115,138,127). Sum of RGB (Red+Green+Blue) = 115+138+127=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #738A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A7F is #8C7580. Grayscale: #818181. Windows color (decimal): -9205121 or 8358515. OLE color: 8358515.

HSL color Cylindrical-coordinate representation of color #738A7F: hue angle of 151.3º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #738A7F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB115138127-
CMYK0.1700.080.46
HSL151.3º9.09%49.61%-
HSV(B)151.3º16.67%54.12%-
XYZ19.9923.3523.53-
YUV129.87126.38117.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.26%
GREEN value IS 138 (54.30% from 255) = 36.32%
BLUE value IS 127 (50% from 255) = 33.42%
R=30.26%
G=36.32%
B=33.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151381270.1700.080.46151.39.0949.61
Hex738A7F11082E97932
Octal16321217721010562271162
Binary11100111000101011111111000101000101110100101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,138,127); }

 H1.HeaderClassName
 {
   color: #738A7F;
 }
 .AnyTagClassName
 {
   color: #738A7F;
 }
</style>
background-color css

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

 a { background-color: rgb(115,138,127); }

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

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

 span { border-color: rgb(115,138,127); }

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