Html Css Color HEX #73958F Juniper

📋 copy color: '#73958F'

red 115 ◦ green 149 ◦ blue 143

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

Shades of Juniper #73958F

Tints of Juniper #73958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 28.26%
G = 36.61%
B = 35.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#73958F (or 0x73958F) is known color: Juniper. HEX triplet: 73, 95 and 8F. RGB value is (115,149,143). Sum of RGB (Red+Green+Blue) = 115+149+143=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #73958F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73958F is #8C6A70. Grayscale: #8A8A8A. Windows color (decimal): -9202289 or 9409907. OLE color: 9409907.

HSL color Cylindrical-coordinate representation of color #73958F: hue angle of 169.41º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #73958F is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 149 143 -
CMYK 0.23 0 0.04 0.42
HSL 169.41º 0.14% 0.52% -
HSV(B) 169.41º 0.23% 0.58% -
XYZ 22.78 27.12 30.02 -
YUV 138.15 130.74 111.49 -
System Red Green Blue C M Y K H S L
Decimal 115 149 143 0.23 0 0.04 0.42 169.41 0.14 0.52
Hex 73 95 8F 17 0 4 2A A9 E 34
Octal 163 225 217 27 0 4 52 251 16 64
Binary 1110011 10010101 10001111 10111 0 100 101010 10101001 1110 110100

Color Harmonies of #73958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73958F

Black with #73958F

Text Example


Text Example

White with #73958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73958F; }

 p { color: rgb(115,149,143); }

 H1.HeaderClassName
 {
   color: #73958F;
 }
 .AnyTagClassName
 {
   color: #73958F;
 }
</style>

background-color css

<style>
 a { background-color: #73958F; }

 a { background-color: rgb(115,149,143); }

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

border-color css

<style>
 span { border-color: #73958F; }

 span { border-color: rgb(115,149,143); }

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