Html Css Color HEX #759493 Juniper

📋 copy color: '#759493'

red 117 ◦ green 148 ◦ blue 147

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

Shades of Juniper #759493

Tints of Juniper #759493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 28.4%
G = 35.92%
B = 35.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#759493 (or 0x759493) is known color: Juniper. HEX triplet: 75, 94 and 93. RGB value is (117,148,147). Sum of RGB (Red+Green+Blue) = 117+148+147=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 148 - color contains mainly: green. Hex color #759493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759493 is #8A6B6C. Grayscale: #8A8A8A. Windows color (decimal): -9071469 or 9671797. OLE color: 9671797.

HSL color Cylindrical-coordinate representation of color #759493: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #759493 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 147 -
CMYK 0.21 0 0.01 0.42
HSL 178.06º 0.13% 0.52% -
HSV(B) 178.06º 0.21% 0.58% -
XYZ 23.19 27.07 31.61 -
YUV 138.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 117 148 147 0.21 0 0.01 0.42 178.06 0.13 0.52
Hex 75 94 93 15 0 1 2A B2 D 34
Octal 165 224 223 25 0 1 52 262 15 64
Binary 1110101 10010100 10010011 10101 0 1 101010 10110010 1101 110100

Color Harmonies of #759493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759493

Black with #759493

Text Example


Text Example

White with #759493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759493; }

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

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

background-color css

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

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

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

border-color css

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

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

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