Html Css Color HEX #749392 Juniper

📋 copy color: '#749392'

red 116 ◦ green 147 ◦ blue 146

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

Shades of Juniper #749392

Tints of Juniper #749392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 146 (57.42% from 255) = 35.7%

R = 28.36%
G = 35.94%
B = 35.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#749392 (or 0x749392) is known color: Juniper. HEX triplet: 74, 93 and 92. RGB value is (116,147,146). Sum of RGB (Red+Green+Blue) = 116+147+146=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #749392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749392 is #8B6C6D. Grayscale: #898989. Windows color (decimal): -9137262 or 9606004. OLE color: 9606004.

HSL color Cylindrical-coordinate representation of color #749392: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #749392 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 147 146 -
CMYK 0.21 0 0.01 0.42
HSL 178.06º 0.13% 0.52% -
HSV(B) 178.06º 0.21% 0.58% -
XYZ 22.82 26.66 31.14 -
YUV 137.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 116 147 146 0.21 0 0.01 0.42 178.06 0.13 0.52
Hex 74 93 92 15 0 1 2A B2 D 34
Octal 164 223 222 25 0 1 52 262 15 64
Binary 1110100 10010011 10010010 10101 0 1 101010 10110010 1101 110100

Color Harmonies of #749392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749392

Black with #749392

Text Example


Text Example

White with #749392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749392; }

 p { color: rgb(116,147,146); }

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

background-color css

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

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

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

border-color css

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

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

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