Html Css Color HEX #749794 Juniper

📋 copy color: '#749794'

red 116 ◦ green 151 ◦ blue 148

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

Shades of Juniper #749794

Tints of Juniper #749794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 27.95%
G = 36.39%
B = 35.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#749794 (or 0x749794) is known color: Juniper. HEX triplet: 74, 97 and 94. RGB value is (116,151,148). Sum of RGB (Red+Green+Blue) = 116+151+148=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #749794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749794 is #8B686B. Grayscale: #8C8C8C. Windows color (decimal): -9136236 or 9738100. OLE color: 9738100.

HSL color Cylindrical-coordinate representation of color #749794: hue angle of 174.86º 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 #749794 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 151 148 -
CMYK 0.23 0 0.02 0.41
HSL 174.86º 0.14% 0.52% -
HSV(B) 174.86º 0.23% 0.59% -
XYZ 23.61 27.98 32.17 -
YUV 140.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 116 151 148 0.23 0 0.02 0.41 174.86 0.14 0.52
Hex 74 97 94 17 0 2 29 AF E 34
Octal 164 227 224 27 0 2 51 257 16 64
Binary 1110100 10010111 10010100 10111 0 10 101001 10101111 1110 110100

Color Harmonies of #749794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749794

Black with #749794

Text Example


Text Example

White with #749794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749794; }

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

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

background-color css

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

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

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

border-color css

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

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

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