Html Css Color HEX #759290 Juniper

📋 copy color: '#759290'

red 117 ◦ green 146 ◦ blue 144

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

Shades of Juniper #759290

Tints of Juniper #759290

RGB

 RED value IS 117 (46.09% from 255) = 28.75%

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

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

R = 28.75%
G = 35.87%
B = 35.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#759290 (or 0x759290) is known color: Juniper. HEX triplet: 75, 92 and 90. RGB value is (117,146,144). Sum of RGB (Red+Green+Blue) = 117+146+144=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #759290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759290 is #8A6D6F. Grayscale: #898989. Windows color (decimal): -9071984 or 9474677. OLE color: 9474677.

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

Color convert

RGB 117 146 144 -
CMYK 0.20 0 0.01 0.43
HSL 175.86º 0.12% 0.52% -
HSV(B) 175.86º 0.2% 0.57% -
XYZ 22.65 26.35 30.28 -
YUV 137.1 131.89 113.66 -
System Red Green Blue C M Y K H S L
Decimal 117 146 144 0.20 0 0.01 0.43 175.86 0.12 0.52
Hex 75 92 90 14 0 1 2B B0 C 34
Octal 165 222 220 24 0 1 53 260 14 64
Binary 1110101 10010010 10010000 10100 0 1 101011 10110000 1100 110100

Color Harmonies of #759290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759290

Black with #759290

Text Example


Text Example

White with #759290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759290; }

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

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

background-color css

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

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

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

border-color css

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

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

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