Html Css Color HEX #739B9C Juniper

📋 copy color: '#739B9C'

red 115 ◦ green 155 ◦ blue 156

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

Shades of Juniper #739B9C

Tints of Juniper #739B9C

RGB

 RED value IS 115 (45.31% from 255) = 27%

 GREEN value IS 155 (60.94% from 255) = 36.38%

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

R = 27%
G = 36.38%
B = 36.62%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#739B9C (or 0x739B9C) is known color: Juniper. HEX triplet: 73, 9B and 9C. RGB value is (115,155,156). Sum of RGB (Red+Green+Blue) = 115+155+156=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #739B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B9C is #8C6463. Grayscale: #8F8F8F. Windows color (decimal): -9200740 or 10263411. OLE color: 10263411.

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

Color convert

RGB 115 155 156 -
CMYK 0.26 0.01 0 0.39
HSL 181.46º 0.17% 0.53% -
HSV(B) 181.46º 0.26% 0.61% -
XYZ 24.79 29.49 35.84 -
YUV 143.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 115 155 156 0.26 0.01 0 0.39 181.46 0.17 0.53
Hex 73 9B 9C 1A 1 0 27 B5 11 35
Octal 163 233 234 32 1 0 47 265 21 65
Binary 1110011 10011011 10011100 11010 1 0 100111 10110101 10001 110101

Color Harmonies of #739B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739B9C

Black with #739B9C

Text Example


Text Example

White with #739B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739B9C; }

 p { color: rgb(115,155,156); }

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

background-color css

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

 a { background-color: rgb(115,155,156); }

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

border-color css

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

 span { border-color: rgb(115,155,156); }

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