Html Css Color HEX #749D9B Juniper

📋 copy color: '#749D9B'

red 116 ◦ green 157 ◦ blue 155

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

Shades of Juniper #749D9B

Tints of Juniper #749D9B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

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

R = 27.1%
G = 36.68%
B = 36.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#749D9B (or 0x749D9B) is known color: Juniper. HEX triplet: 74, 9D and 9B. RGB value is (116,157,155). Sum of RGB (Red+Green+Blue) = 116+157+155=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 157 - color contains mainly: green. Hex color #749D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749D9B is #8B6264. Grayscale: #909090. Windows color (decimal): -9134693 or 10198388. OLE color: 10198388.

HSL color Cylindrical-coordinate representation of color #749D9B: hue angle of 177.07º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749D9B is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 155 -
CMYK 0.26 0 0.01 0.38
HSL 177.07º 0.17% 0.54% -
HSV(B) 177.07º 0.26% 0.62% -
XYZ 25.18 30.19 35.51 -
YUV 144.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 116 157 155 0.26 0 0.01 0.38 177.07 0.17 0.54
Hex 74 9D 9B 1A 0 1 26 B1 11 36
Octal 164 235 233 32 0 1 46 261 21 66
Binary 1110100 10011101 10011011 11010 0 1 100110 10110001 10001 110110

Color Harmonies of #749D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D9B

Black with #749D9B

Text Example


Text Example

White with #749D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749D9B; }

 p { color: rgb(116,157,155); }

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

background-color css

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

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

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

border-color css

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

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

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