Html Css Color HEX #759D99 Juniper

📋 copy color: '#759D99'

red 117 ◦ green 157 ◦ blue 153

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

Shades of Juniper #759D99

Tints of Juniper #759D99

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 27.4%
G = 36.77%
B = 35.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.38

RGB Variations

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

Color information

#759D99 (or 0x759D99) is known color: Juniper. HEX triplet: 75, 9D and 99. RGB value is (117,157,153). Sum of RGB (Red+Green+Blue) = 117+157+153=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #759D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759D99 is #8A6266. Grayscale: #909090. Windows color (decimal): -9069159 or 10067317. OLE color: 10067317.

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

Color convert

RGB 117 157 153 -
CMYK 0.25 0 0.03 0.38
HSL 174º 0.17% 0.54% -
HSV(B) 174º 0.25% 0.62% -
XYZ 25.14 30.2 34.64 -
YUV 144.58 132.75 108.33 -
System Red Green Blue C M Y K H S L
Decimal 117 157 153 0.25 0 0.03 0.38 174 0.17 0.54
Hex 75 9D 99 19 0 3 26 AE 11 36
Octal 165 235 231 31 0 3 46 256 21 66
Binary 1110101 10011101 10011001 11001 0 11 100110 10101110 10001 110110

Color Harmonies of #759D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D99

Black with #759D99

Text Example


Text Example

White with #759D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,153); }

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

background-color css

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

 a { background-color: rgb(117,157,153); }

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

border-color css

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

 span { border-color: rgb(117,157,153); }

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