Html Css Color HEX #789694 Juniper

📋 copy color: '#789694'

red 120 ◦ green 150 ◦ blue 148

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

Shades of Juniper #789694

Tints of Juniper #789694

RGB

 RED value IS 120 (47.27% from 255) = 28.71%

 GREEN value IS 150 (58.98% from 255) = 35.89%

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

R = 28.71%
G = 35.89%
B = 35.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#789694 (or 0x789694) is known color: Juniper. HEX triplet: 78, 96 and 94. RGB value is (120,150,148). Sum of RGB (Red+Green+Blue) = 120+150+148=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 150 - color contains mainly: green. Hex color #789694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789694 is #87696B. Grayscale: #8C8C8C. Windows color (decimal): -8874348 or 9737848. OLE color: 9737848.

HSL color Cylindrical-coordinate representation of color #789694: hue angle of 176º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #789694 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 150 148 -
CMYK 0.20 0 0.01 0.41
HSL 176º 0.13% 0.53% -
HSV(B) 176º 0.2% 0.59% -
XYZ 24 27.94 32.15 -
YUV 140.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 120 150 148 0.20 0 0.01 0.41 176 0.13 0.53
Hex 78 96 94 14 0 1 29 B0 C 35
Octal 170 226 224 24 0 1 51 260 14 65
Binary 1111000 10010110 10010100 10100 0 1 101001 10110000 1100 110101

Color Harmonies of #789694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789694

Black with #789694

Text Example


Text Example

White with #789694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789694; }

 p { color: rgb(120,150,148); }

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

background-color css

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

 a { background-color: rgb(120,150,148); }

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

border-color css

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

 span { border-color: rgb(120,150,148); }

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