Html Css Color HEX #749897 Juniper

📋 copy color: '#749897'

red 116 ◦ green 152 ◦ blue 151

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

Shades of Juniper #749897

Tints of Juniper #749897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.28%

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

R = 27.68%
G = 36.28%
B = 36.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#749897 (or 0x749897) is known color: Juniper. HEX triplet: 74, 98 and 97. RGB value is (116,152,151). Sum of RGB (Red+Green+Blue) = 116+152+151=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #749897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749897 is #8B6768. Grayscale: #8D8D8D. Windows color (decimal): -9135977 or 9934964. OLE color: 9934964.

HSL color Cylindrical-coordinate representation of color #749897: hue angle of 178.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #749897 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 152 151 -
CMYK 0.24 0 0.01 0.40
HSL 178.33º 0.15% 0.53% -
HSV(B) 178.33º 0.24% 0.6% -
XYZ 24.02 28.4 33.49 -
YUV 141.12 133.57 110.08 -
System Red Green Blue C M Y K H S L
Decimal 116 152 151 0.24 0 0.01 0.40 178.33 0.15 0.53
Hex 74 98 97 18 0 1 28 B2 F 35
Octal 164 230 227 30 0 1 50 262 17 65
Binary 1110100 10011000 10010111 11000 0 1 101000 10110010 1111 110101

Color Harmonies of #749897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749897

Black with #749897

Text Example


Text Example

White with #749897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749897; }

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

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

background-color css

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

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

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

border-color css

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

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

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