Html Css Color HEX #73918D Juniper

📋 copy color: '#73918D'

red 115 ◦ green 145 ◦ blue 141

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

Shades of Juniper #73918D

Tints of Juniper #73918D

RGB

 RED value IS 115 (45.31% from 255) = 28.68%

 GREEN value IS 145 (57.03% from 255) = 36.16%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 28.68%
G = 36.16%
B = 35.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#73918D (or 0x73918D) is known color: Juniper. HEX triplet: 73, 91 and 8D. RGB value is (115,145,141). Sum of RGB (Red+Green+Blue) = 115+145+141=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 145 - color contains mainly: green. Hex color #73918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73918D is #8C6E72. Grayscale: #878787. Windows color (decimal): -9203315 or 9277811. OLE color: 9277811.

HSL color Cylindrical-coordinate representation of color #73918D: hue angle of 172º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #73918D is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 145 141 -
CMYK 0.21 0 0.03 0.43
HSL 172º 0.12% 0.51% -
HSV(B) 172º 0.21% 0.57% -
XYZ 22 25.82 29.02 -
YUV 135.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 115 145 141 0.21 0 0.03 0.43 172 0.12 0.51
Hex 73 91 8D 15 0 3 2B AC C 33
Octal 163 221 215 25 0 3 53 254 14 63
Binary 1110011 10010001 10001101 10101 0 11 101011 10101100 1100 110011

Color Harmonies of #73918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73918D

Black with #73918D

Text Example


Text Example

White with #73918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73918D; }

 p { color: rgb(115,145,141); }

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

background-color css

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

 a { background-color: rgb(115,145,141); }

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

border-color css

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

 span { border-color: rgb(115,145,141); }

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