Html Css Color HEX #759590 Juniper

📋 copy color: '#759590'

red 117 ◦ green 149 ◦ blue 144

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

Shades of Juniper #759590

Tints of Juniper #759590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

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

R = 28.54%
G = 36.34%
B = 35.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#759590 (or 0x759590) is known color: Juniper. HEX triplet: 75, 95 and 90. RGB value is (117,149,144). Sum of RGB (Red+Green+Blue) = 117+149+144=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 149 - color contains mainly: green. Hex color #759590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759590 is #8A6A6F. Grayscale: #8A8A8A. Windows color (decimal): -9071216 or 9475445. OLE color: 9475445.

HSL color Cylindrical-coordinate representation of color #759590: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759590 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 144 -
CMYK 0.21 0 0.03 0.42
HSL 170.63º 0.13% 0.52% -
HSV(B) 170.63º 0.21% 0.58% -
XYZ 23.12 27.29 30.43 -
YUV 138.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 117 149 144 0.21 0 0.03 0.42 170.63 0.13 0.52
Hex 75 95 90 15 0 3 2A AB D 34
Octal 165 225 220 25 0 3 52 253 15 64
Binary 1110101 10010101 10010000 10101 0 11 101010 10101011 1101 110100

Color Harmonies of #759590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759590

Black with #759590

Text Example


Text Example

White with #759590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759590; }

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

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

background-color css

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

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

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

border-color css

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

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

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