Html Css Color HEX #749191 Juniper

📋 copy color: '#749191'

red 116 ◦ green 145 ◦ blue 145

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

Shades of Juniper #749191

Tints of Juniper #749191

RGB

 RED value IS 116 (45.7% from 255) = 28.57%

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

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 28.57%
G = 35.71%
B = 35.71%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#749191 (or 0x749191) is known color: Juniper. HEX triplet: 74, 91 and 91. RGB value is (116,145,145). Sum of RGB (Red+Green+Blue) = 116+145+145=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 145 - color contains mainly: green, blue. Hex color #749191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749191 is #8B6E6E. Grayscale: #888888. Windows color (decimal): -9137775 or 9539956. OLE color: 9539956.

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

Color convert

RGB 116 145 145 -
CMYK 0.2 0 0 0.43
HSL 180º 0.12% 0.51% -
HSV(B) 180º 0.2% 0.57% -
XYZ 22.44 26.01 30.63 -
YUV 136.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 116 145 145 0.2 0 0 0.43 180 0.12 0.51
Hex 74 91 91 14 0 0 2B B4 C 33
Octal 164 221 221 24 0 0 53 264 14 63
Binary 1110100 10010001 10010001 10100 0 0 101011 10110100 1100 110011

Color Harmonies of #749191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749191

Black with #749191

Text Example


Text Example

White with #749191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749191; }

 p { color: rgb(116,145,145); }

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

background-color css

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

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

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

border-color css

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

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

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