Html Css Color HEX #75A09A Juniper

📋 copy color: '#75A09A'

red 117 ◦ green 160 ◦ blue 154

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

Shades of Juniper #75A09A

Tints of Juniper #75A09A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 27.15%
G = 37.12%
B = 35.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#75A09A (or 0x75A09A) is known color: Juniper. HEX triplet: 75, A0 and 9A. RGB value is (117,160,154). Sum of RGB (Red+Green+Blue) = 117+160+154=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #75A09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A09A is #8A5F65. Grayscale: #929292. Windows color (decimal): -9068390 or 10133621. OLE color: 10133621.

HSL color Cylindrical-coordinate representation of color #75A09A: hue angle of 171.63º 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 #75A09A is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 160 154 -
CMYK 0.27 0 0.04 0.37
HSL 171.63º 0.18% 0.54% -
HSV(B) 171.63º 0.27% 0.63% -
XYZ 25.74 31.26 35.25 -
YUV 146.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 117 160 154 0.27 0 0.04 0.37 171.63 0.18 0.54
Hex 75 A0 9A 1B 0 4 25 AC 12 36
Octal 165 240 232 33 0 4 45 254 22 66
Binary 1110101 10100000 10011010 11011 0 100 100101 10101100 10010 110110

Color Harmonies of #75A09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A09A

Black with #75A09A

Text Example


Text Example

White with #75A09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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