Html Css Color HEX #739C99 Juniper

📋 copy color: '#739C99'

red 115 ◦ green 156 ◦ blue 153

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

Shades of Juniper #739C99

Tints of Juniper #739C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 27.12%
G = 36.79%
B = 36.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.39

RGB Variations

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

Color information

#739C99 (or 0x739C99) is known color: Juniper. HEX triplet: 73, 9C and 99. RGB value is (115,156,153). Sum of RGB (Red+Green+Blue) = 115+156+153=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #739C99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739C99 is #8C6366. Grayscale: #8F8F8F. Windows color (decimal): -9200487 or 10067059. OLE color: 10067059.

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

Color convert

RGB 115 156 153 -
CMYK 0.26 0 0.02 0.39
HSL 175.61º 0.17% 0.53% -
HSV(B) 175.61º 0.26% 0.61% -
XYZ 24.71 29.72 34.57 -
YUV 143.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 115 156 153 0.26 0 0.02 0.39 175.61 0.17 0.53
Hex 73 9C 99 1A 0 2 27 B0 11 35
Octal 163 234 231 32 0 2 47 260 21 65
Binary 1110011 10011100 10011001 11010 0 10 100111 10110000 10001 110101

Color Harmonies of #739C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C99

Black with #739C99

Text Example


Text Example

White with #739C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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