Html Css Color HEX #73999B Juniper

📋 copy color: '#73999B'

red 115 ◦ green 153 ◦ blue 155

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

Shades of Juniper #73999B

Tints of Juniper #73999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

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

R = 27.19%
G = 36.17%
B = 36.64%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73999B (or 0x73999B) is known color: Juniper. HEX triplet: 73, 99 and 9B. RGB value is (115,153,155). Sum of RGB (Red+Green+Blue) = 115+153+155=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #73999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73999B is #8C6664. Grayscale: #8D8D8D. Windows color (decimal): -9201253 or 10197363. OLE color: 10197363.

HSL color Cylindrical-coordinate representation of color #73999B: hue angle of 183º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73999B is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 153 155 -
CMYK 0.26 0.01 0 0.39
HSL 183º 0.17% 0.53% -
HSV(B) 183º 0.26% 0.61% -
XYZ 24.38 28.79 35.28 -
YUV 141.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 115 153 155 0.26 0.01 0 0.39 183 0.17 0.53
Hex 73 99 9B 1A 1 0 27 B7 11 35
Octal 163 231 233 32 1 0 47 267 21 65
Binary 1110011 10011001 10011011 11010 1 0 100111 10110111 10001 110101

Color Harmonies of #73999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73999B

Black with #73999B

Text Example


Text Example

White with #73999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73999B; }

 p { color: rgb(115,153,155); }

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

background-color css

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

 a { background-color: rgb(115,153,155); }

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

border-color css

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

 span { border-color: rgb(115,153,155); }

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