Html Css Color HEX #759895 Juniper

📋 copy color: '#759895'

red 117 ◦ green 152 ◦ blue 149

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

Shades of Juniper #759895

Tints of Juniper #759895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.36%

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 27.99%
G = 36.36%
B = 35.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#759895 (or 0x759895) is known color: Juniper. HEX triplet: 75, 98 and 95. RGB value is (117,152,149). Sum of RGB (Red+Green+Blue) = 117+152+149=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 152 - color contains mainly: green. Hex color #759895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759895 is #8A676A. Grayscale: #8D8D8D. Windows color (decimal): -9070443 or 9803893. OLE color: 9803893.

HSL color Cylindrical-coordinate representation of color #759895: hue angle of 174.86º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759895 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 152 149 -
CMYK 0.23 0 0.02 0.40
HSL 174.86º 0.15% 0.53% -
HSV(B) 174.86º 0.23% 0.6% -
XYZ 23.99 28.41 32.65 -
YUV 141.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 117 152 149 0.23 0 0.02 0.40 174.86 0.15 0.53
Hex 75 98 95 17 0 2 28 AF F 35
Octal 165 230 225 27 0 2 50 257 17 65
Binary 1110101 10011000 10010101 10111 0 10 101000 10101111 1111 110101

Color Harmonies of #759895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759895

Black with #759895

Text Example


Text Example

White with #759895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759895; }

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

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

background-color css

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

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

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

border-color css

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

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

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