Html Css Color HEX #759594 Juniper

📋 copy color: '#759594'

red 117 ◦ green 149 ◦ blue 148

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

Shades of Juniper #759594

Tints of Juniper #759594

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.99%

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

R = 28.26%
G = 35.99%
B = 35.75%

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

#759594 (or 0x759594) is known color: Juniper. HEX triplet: 75, 95 and 94. RGB value is (117,149,148). Sum of RGB (Red+Green+Blue) = 117+149+148=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 149 - color contains mainly: green. Hex color #759594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759594 is #8A6A6B. Grayscale: #8B8B8B. Windows color (decimal): -9071212 or 9737589. OLE color: 9737589.

HSL color Cylindrical-coordinate representation of color #759594: hue angle of 178.12º 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 #759594 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 148 -
CMYK 0.21 0 0.01 0.42
HSL 178.13º 0.13% 0.52% -
HSV(B) 178.13º 0.21% 0.58% -
XYZ 23.43 27.41 32.07 -
YUV 139.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 117 149 148 0.21 0 0.01 0.42 178.13 0.13 0.52
Hex 75 95 94 15 0 1 2A B2 D 34
Octal 165 225 224 25 0 1 52 262 15 64
Binary 1110101 10010101 10010100 10101 0 1 101010 10110010 1101 110100

Color Harmonies of #759594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759594

Black with #759594

Text Example


Text Example

White with #759594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759594; }

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

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

background-color css

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

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

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

border-color css

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

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

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