Html Css Color HEX #759894 Juniper

📋 copy color: '#759894'

red 117 ◦ green 152 ◦ blue 148

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

Shades of Juniper #759894

Tints of Juniper #759894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 28.06%
G = 36.45%
B = 35.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#759894 (or 0x759894) is known color: Juniper. HEX triplet: 75, 98 and 94. RGB value is (117,152,148). Sum of RGB (Red+Green+Blue) = 117+152+148=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #759894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759894 is #8A676B. Grayscale: #8D8D8D. Windows color (decimal): -9070444 or 9738357. OLE color: 9738357.

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

Color convert

RGB 117 152 148 -
CMYK 0.23 0 0.03 0.40
HSL 173.14º 0.15% 0.53% -
HSV(B) 173.14º 0.23% 0.6% -
XYZ 23.91 28.38 32.23 -
YUV 141.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 117 152 148 0.23 0 0.03 0.40 173.14 0.15 0.53
Hex 75 98 94 17 0 3 28 AD F 35
Octal 165 230 224 27 0 3 50 255 17 65
Binary 1110101 10011000 10010100 10111 0 11 101000 10101101 1111 110101

Color Harmonies of #759894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759894

Black with #759894

Text Example


Text Example

White with #759894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759894; }

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

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

background-color css

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

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

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

border-color css

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

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

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