Html Css Color HEX #759B94 Juniper

📋 copy color: '#759B94'

red 117 ◦ green 155 ◦ blue 148

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

Shades of Juniper #759B94

Tints of Juniper #759B94

RGB

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

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

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

R = 27.86%
G = 36.9%
B = 35.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#759B94 (or 0x759B94) is known color: Juniper. HEX triplet: 75, 9B and 94. RGB value is (117,155,148). Sum of RGB (Red+Green+Blue) = 117+155+148=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 155 - color contains mainly: green. Hex color #759B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B94 is #8A646B. Grayscale: #8E8E8E. Windows color (decimal): -9069676 or 9739125. OLE color: 9739125.

HSL color Cylindrical-coordinate representation of color #759B94: hue angle of 168.95º 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 #759B94 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 148 -
CMYK 0.25 0 0.05 0.39
HSL 168.95º 0.16% 0.53% -
HSV(B) 168.95º 0.25% 0.61% -
XYZ 24.4 29.36 32.4 -
YUV 142.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 117 155 148 0.25 0 0.05 0.39 168.95 0.16 0.53
Hex 75 9B 94 19 0 5 27 A9 10 35
Octal 165 233 224 31 0 5 47 251 20 65
Binary 1110101 10011011 10010100 11001 0 101 100111 10101001 10000 110101

Color Harmonies of #759B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B94

Black with #759B94

Text Example


Text Example

White with #759B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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