Html Css Color HEX #759592 Juniper

📋 copy color: '#759592'

red 117 ◦ green 149 ◦ blue 146

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

Shades of Juniper #759592

Tints of Juniper #759592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 28.4%
G = 36.17%
B = 35.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#759592 (or 0x759592) is known color: Juniper. HEX triplet: 75, 95 and 92. RGB value is (117,149,146). Sum of RGB (Red+Green+Blue) = 117+149+146=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 149 - color contains mainly: green. Hex color #759592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759592 is #8A6A6D. Grayscale: #8B8B8B. Windows color (decimal): -9071214 or 9606517. OLE color: 9606517.

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

Color convert

RGB 117 149 146 -
CMYK 0.21 0 0.02 0.42
HSL 174.38º 0.13% 0.52% -
HSV(B) 174.38º 0.21% 0.58% -
XYZ 23.27 27.35 31.25 -
YUV 139.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 117 149 146 0.21 0 0.02 0.42 174.38 0.13 0.52
Hex 75 95 92 15 0 2 2A AE D 34
Octal 165 225 222 25 0 2 52 256 15 64
Binary 1110101 10010101 10010010 10101 0 10 101010 10101110 1101 110100

Color Harmonies of #759592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759592

Black with #759592

Text Example


Text Example

White with #759592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759592; }

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

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

background-color css

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

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

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

border-color css

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

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

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