Html Css Color HEX #749C9A Juniper

📋 copy color: '#749C9A'

red 116 ◦ green 156 ◦ blue 154

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

Shades of Juniper #749C9A

Tints of Juniper #749C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.15%

R = 27.23%
G = 36.62%
B = 36.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#749C9A (or 0x749C9A) is known color: Juniper. HEX triplet: 74, 9C and 9A. RGB value is (116,156,154). Sum of RGB (Red+Green+Blue) = 116+156+154=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #749C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C9A is #8B6365. Grayscale: #8F8F8F. Windows color (decimal): -9134950 or 10132596. OLE color: 10132596.

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

Color convert

RGB 116 156 154 -
CMYK 0.26 0 0.01 0.39
HSL 177º 0.17% 0.53% -
HSV(B) 177º 0.26% 0.61% -
XYZ 24.92 29.82 35.01 -
YUV 143.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 116 156 154 0.26 0 0.01 0.39 177 0.17 0.53
Hex 74 9C 9A 1A 0 1 27 B1 11 35
Octal 164 234 232 32 0 1 47 261 21 65
Binary 1110100 10011100 10011010 11010 0 1 100111 10110001 10001 110101

Color Harmonies of #749C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C9A

Black with #749C9A

Text Example


Text Example

White with #749C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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