Html Css Color HEX #759490 Juniper

📋 copy color: '#759490'

red 117 ◦ green 148 ◦ blue 144

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

Shades of Juniper #759490

Tints of Juniper #759490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

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

R = 28.61%
G = 36.19%
B = 35.21%

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

#759490 (or 0x759490) is known color: Juniper. HEX triplet: 75, 94 and 90. RGB value is (117,148,144). Sum of RGB (Red+Green+Blue) = 117+148+144=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #759490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759490 is #8A6B6F. Grayscale: #8A8A8A. Windows color (decimal): -9071472 or 9475189. OLE color: 9475189.

HSL color Cylindrical-coordinate representation of color #759490: hue angle of 172.26º 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 #759490 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 144 -
CMYK 0.21 0 0.03 0.42
HSL 172.26º 0.13% 0.52% -
HSV(B) 172.26º 0.21% 0.58% -
XYZ 22.96 26.98 30.38 -
YUV 138.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 117 148 144 0.21 0 0.03 0.42 172.26 0.13 0.52
Hex 75 94 90 15 0 3 2A AC D 34
Octal 165 224 220 25 0 3 52 254 15 64
Binary 1110101 10010100 10010000 10101 0 11 101010 10101100 1101 110100

Color Harmonies of #759490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759490

Black with #759490

Text Example


Text Example

White with #759490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759490; }

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

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

background-color css

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

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

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

border-color css

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

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

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