Html Css Color HEX #759E97 Juniper

📋 copy color: '#759E97'

red 117 ◦ green 158 ◦ blue 151

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

Shades of Juniper #759E97

Tints of Juniper #759E97

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.09%

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 27.46%
G = 37.09%
B = 35.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#759E97 (or 0x759E97) is known color: Juniper. HEX triplet: 75, 9E and 97. RGB value is (117,158,151). Sum of RGB (Red+Green+Blue) = 117+158+151=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #759E97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759E97 is #8A6168. Grayscale: #909090. Windows color (decimal): -9068905 or 9936501. OLE color: 9936501.

HSL color Cylindrical-coordinate representation of color #759E97: hue angle of 169.76º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759E97 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 158 151 -
CMYK 0.26 0 0.04 0.38
HSL 169.76º 0.17% 0.54% -
HSV(B) 169.76º 0.26% 0.62% -
XYZ 25.15 30.47 33.83 -
YUV 144.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 117 158 151 0.26 0 0.04 0.38 169.76 0.17 0.54
Hex 75 9E 97 1A 0 4 26 AA 11 36
Octal 165 236 227 32 0 4 46 252 21 66
Binary 1110101 10011110 10010111 11010 0 100 100110 10101010 10001 110110

Color Harmonies of #759E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759E97

Black with #759E97

Text Example


Text Example

White with #759E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759E97; }

 p { color: rgb(117,158,151); }

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

background-color css

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

 a { background-color: rgb(117,158,151); }

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

border-color css

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

 span { border-color: rgb(117,158,151); }

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