Html Css Color HEX #759B93 Juniper

📋 copy color: '#759B93'

red 117 ◦ green 155 ◦ blue 147

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

Shades of Juniper #759B93

Tints of Juniper #759B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 27.92%
G = 36.99%
B = 35.08%

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

#759B93 (or 0x759B93) is known color: Juniper. HEX triplet: 75, 9B and 93. RGB value is (117,155,147). Sum of RGB (Red+Green+Blue) = 117+155+147=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #759B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B93 is #8A646C. Grayscale: #8E8E8E. Windows color (decimal): -9069677 or 9673589. OLE color: 9673589.

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

Color convert

RGB 117 155 147 -
CMYK 0.25 0 0.05 0.39
HSL 167.37º 0.16% 0.53% -
HSV(B) 167.37º 0.25% 0.61% -
XYZ 24.32 29.33 31.98 -
YUV 142.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 117 155 147 0.25 0 0.05 0.39 167.37 0.16 0.53
Hex 75 9B 93 19 0 5 27 A7 10 35
Octal 165 233 223 31 0 5 47 247 20 65
Binary 1110101 10011011 10010011 11001 0 101 100111 10100111 10000 110101

Color Harmonies of #759B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B93

Black with #759B93

Text Example


Text Example

White with #759B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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