Html Css Color HEX #749290 Juniper

📋 copy color: '#749290'

red 116 ◦ green 146 ◦ blue 144

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

Shades of Juniper #749290

Tints of Juniper #749290

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 28.57%
G = 35.96%
B = 35.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#749290 (or 0x749290) is known color: Juniper. HEX triplet: 74, 92 and 90. RGB value is (116,146,144). Sum of RGB (Red+Green+Blue) = 116+146+144=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #749290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749290 is #8B6D6F. Grayscale: #888888. Windows color (decimal): -9137520 or 9474676. OLE color: 9474676.

HSL color Cylindrical-coordinate representation of color #749290: hue angle of 176º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749290 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 146 144 -
CMYK 0.21 0 0.01 0.43
HSL 176º 0.12% 0.51% -
HSV(B) 176º 0.21% 0.57% -
XYZ 22.52 26.28 30.27 -
YUV 136.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 116 146 144 0.21 0 0.01 0.43 176 0.12 0.51
Hex 74 92 90 15 0 1 2B B0 C 33
Octal 164 222 220 25 0 1 53 260 14 63
Binary 1110100 10010010 10010000 10101 0 1 101011 10110000 1100 110011

Color Harmonies of #749290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749290

Black with #749290

Text Example


Text Example

White with #749290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749290; }

 p { color: rgb(116,146,144); }

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

background-color css

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

 a { background-color: rgb(116,146,144); }

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

border-color css

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

 span { border-color: rgb(116,146,144); }

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