Html Css Color HEX #75A097 Juniper

📋 copy color: '#75A097'

red 117 ◦ green 160 ◦ blue 151

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

Shades of Juniper #75A097

Tints of Juniper #75A097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.28%

R = 27.34%
G = 37.38%
B = 35.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#75A097 (or 0x75A097) is known color: Juniper. HEX triplet: 75, A0 and 97. RGB value is (117,160,151). Sum of RGB (Red+Green+Blue) = 117+160+151=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #75A097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A097 is #8A5F68. Grayscale: #929292. Windows color (decimal): -9068393 or 9937013. OLE color: 9937013.

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

Color convert

RGB 117 160 151 -
CMYK 0.27 0 0.06 0.37
HSL 167.44º 0.18% 0.54% -
HSV(B) 167.44º 0.27% 0.63% -
XYZ 25.49 31.16 33.95 -
YUV 146.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 117 160 151 0.27 0 0.06 0.37 167.44 0.18 0.54
Hex 75 A0 97 1B 0 6 25 A7 12 36
Octal 165 240 227 33 0 6 45 247 22 66
Binary 1110101 10100000 10010111 11011 0 110 100101 10100111 10010 110110

Color Harmonies of #75A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A097

Black with #75A097

Text Example


Text Example

White with #75A097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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