Html Css Color HEX #749C97 Juniper

📋 copy color: '#749C97'

red 116 ◦ green 156 ◦ blue 151

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

Shades of Juniper #749C97

Tints of Juniper #749C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 27.42%
G = 36.88%
B = 35.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#749C97 (or 0x749C97) is known color: Juniper. HEX triplet: 74, 9C and 97. RGB value is (116,156,151). Sum of RGB (Red+Green+Blue) = 116+156+151=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 156 - color contains mainly: green. Hex color #749C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C97 is #8B6368. Grayscale: #8F8F8F. Windows color (decimal): -9134953 or 9935988. OLE color: 9935988.

HSL color Cylindrical-coordinate representation of color #749C97: hue angle of 172.5º 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 #749C97 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 151 -
CMYK 0.26 0 0.03 0.39
HSL 172.5º 0.17% 0.53% -
HSV(B) 172.5º 0.26% 0.61% -
XYZ 24.68 29.72 33.71 -
YUV 143.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 116 156 151 0.26 0 0.03 0.39 172.5 0.17 0.53
Hex 74 9C 97 1A 0 3 27 AC 11 35
Octal 164 234 227 32 0 3 47 254 21 65
Binary 1110100 10011100 10010111 11010 0 11 100111 10101100 10001 110101

Color Harmonies of #749C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C97

Black with #749C97

Text Example


Text Example

White with #749C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,156,151); }

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

background-color css

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

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

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

border-color css

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

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

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