Html Css Color HEX #75A09B Juniper

📋 copy color: '#75A09B'

red 117 ◦ green 160 ◦ blue 155

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

Shades of Juniper #75A09B

Tints of Juniper #75A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.04%

 BLUE value IS 155 (60.94% from 255) = 35.88%

R = 27.08%
G = 37.04%
B = 35.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#75A09B (or 0x75A09B) is known color: Juniper. HEX triplet: 75, A0 and 9B. RGB value is (117,160,155). Sum of RGB (Red+Green+Blue) = 117+160+155=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #75A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A09B is #8A5F64. Grayscale: #929292. Windows color (decimal): -9068389 or 10199157. OLE color: 10199157.

HSL color Cylindrical-coordinate representation of color #75A09B: hue angle of 173.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A09B is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 155 -
CMYK 0.27 0 0.03 0.37
HSL 173.02º 0.18% 0.54% -
HSV(B) 173.02º 0.27% 0.63% -
XYZ 25.82 31.29 35.69 -
YUV 146.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 117 160 155 0.27 0 0.03 0.37 173.02 0.18 0.54
Hex 75 A0 9B 1B 0 3 25 AD 12 36
Octal 165 240 233 33 0 3 45 255 22 66
Binary 1110101 10100000 10011011 11011 0 11 100101 10101101 10010 110110

Color Harmonies of #75A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A09B

Black with #75A09B

Text Example


Text Example

White with #75A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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