Html Css Color HEX #739B9A Juniper

📋 copy color: '#739B9A'

red 115 ◦ green 155 ◦ blue 154

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

Shades of Juniper #739B9A

Tints of Juniper #739B9A

RGB

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

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

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

R = 27.12%
G = 36.56%
B = 36.32%

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

#739B9A (or 0x739B9A) is known color: Juniper. HEX triplet: 73, 9B and 9A. RGB value is (115,155,154). Sum of RGB (Red+Green+Blue) = 115+155+154=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 155 - color contains mainly: green. Hex color #739B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739B9A is #8C6465. Grayscale: #8E8E8E. Windows color (decimal): -9200742 or 10132339. OLE color: 10132339.

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

Color convert

RGB 115 155 154 -
CMYK 0.26 0 0.01 0.39
HSL 178.5º 0.17% 0.53% -
HSV(B) 178.5º 0.26% 0.61% -
XYZ 24.62 29.42 34.95 -
YUV 142.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 115 155 154 0.26 0 0.01 0.39 178.5 0.17 0.53
Hex 73 9B 9A 1A 0 1 27 B2 11 35
Octal 163 233 232 32 0 1 47 262 21 65
Binary 1110011 10011011 10011010 11010 0 1 100111 10110010 10001 110101

Color Harmonies of #739B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739B9A

Black with #739B9A

Text Example


Text Example

White with #739B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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