#738F90

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

Shades of Juniper #738F90

Tints of Juniper #738F90

Color information

#738F90 (or 0x738F90) is unknown color: approx Juniper. HEX triplet: 73, 8F and 90. RGB value is (115,143,144). Sum of RGB (Red+Green+Blue) = 115+143+144=402 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.61% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #738F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F90 is #8C706F. Grayscale: #868686. Windows color (decimal): -9203824 or 9473907. OLE color: 9473907.

HSL color Cylindrical-coordinate representation of color #738F90: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F90 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115143144-
CMYK0.200.0100.44
HSL182.07º11.55%50.78%-
HSV(B)182.07º20.14%56.47%-
XYZ21.9325.330.11-
YUV134.74133.22113.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.61%
GREEN value IS 143 (56.25% from 255) = 35.57%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=28.61%
G=35.57%
B=35.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151431440.200.0100.44182.0711.5550.78
Hex738F9014102Cb6c33
Octal1632172202410542661463
Binary111001110001111100100001010010101100101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,143,144); }

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

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

 a { background-color: rgb(115,143,144); }

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

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

 span { border-color: rgb(115,143,144); }

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