Html Css Color HEX #749790 Juniper

📋 copy color: '#749790'

red 116 ◦ green 151 ◦ blue 144

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

Shades of Juniper #749790

Tints of Juniper #749790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.74%

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 28.22%
G = 36.74%
B = 35.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#749790 (or 0x749790) is known color: Juniper. HEX triplet: 74, 97 and 90. RGB value is (116,151,144). Sum of RGB (Red+Green+Blue) = 116+151+144=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #749790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749790 is #8B686F. Grayscale: #8B8B8B. Windows color (decimal): -9136240 or 9475956. OLE color: 9475956.

HSL color Cylindrical-coordinate representation of color #749790: hue angle of 168º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749790 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 144 -
CMYK 0.23 0 0.05 0.41
HSL 168º 0.14% 0.52% -
HSV(B) 168º 0.23% 0.59% -
XYZ 23.3 27.86 30.53 -
YUV 139.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 116 151 144 0.23 0 0.05 0.41 168 0.14 0.52
Hex 74 97 90 17 0 5 29 A8 E 34
Octal 164 227 220 27 0 5 51 250 16 64
Binary 1110100 10010111 10010000 10111 0 101 101001 10101000 1110 110100

Color Harmonies of #749790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749790

Black with #749790

Text Example


Text Example

White with #749790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749790; }

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

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

background-color css

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

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

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

border-color css

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

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

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