Html Css Color HEX #759B98 Juniper

📋 copy color: '#759B98'

red 117 ◦ green 155 ◦ blue 152

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

Shades of Juniper #759B98

Tints of Juniper #759B98

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 27.59%
G = 36.56%
B = 35.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#759B98 (or 0x759B98) is known color: Juniper. HEX triplet: 75, 9B and 98. RGB value is (117,155,152). Sum of RGB (Red+Green+Blue) = 117+155+152=424 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.59% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #759B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B98 is #8A6467. Grayscale: #8F8F8F. Windows color (decimal): -9069672 or 10001269. OLE color: 10001269.

HSL color Cylindrical-coordinate representation of color #759B98: hue angle of 175.26º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759B98 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 152 -
CMYK 0.25 0 0.02 0.39
HSL 175.26º 0.16% 0.53% -
HSV(B) 175.26º 0.25% 0.61% -
XYZ 24.72 29.49 34.1 -
YUV 143.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 117 155 152 0.25 0 0.02 0.39 175.26 0.16 0.53
Hex 75 9B 98 19 0 2 27 AF 10 35
Octal 165 233 230 31 0 2 47 257 20 65
Binary 1110101 10011011 10011000 11001 0 10 100111 10101111 10000 110101

Color Harmonies of #759B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B98

Black with #759B98

Text Example


Text Example

White with #759B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,155,152); }

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

background-color css

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

 a { background-color: rgb(117,155,152); }

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

border-color css

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

 span { border-color: rgb(117,155,152); }

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