Html Css Color HEX #789996 Juniper

📋 copy color: '#789996'

red 120 ◦ green 153 ◦ blue 150

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

Shades of Juniper #789996

Tints of Juniper #789996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.17%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 28.37%
G = 36.17%
B = 35.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#789996 (or 0x789996) is known color: Juniper. HEX triplet: 78, 99 and 96. RGB value is (120,153,150). Sum of RGB (Red+Green+Blue) = 120+153+150=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #789996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789996 is #876669. Grayscale: #8E8E8E. Windows color (decimal): -8873578 or 9869688. OLE color: 9869688.

HSL color Cylindrical-coordinate representation of color #789996: hue angle of 174.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789996 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 150 -
CMYK 0.22 0 0.02 0.4
HSL 174.55º 0.14% 0.54% -
HSV(B) 174.55º 0.22% 0.6% -
XYZ 24.64 28.98 33.15 -
YUV 142.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 120 153 150 0.22 0 0.02 0.4 174.55 0.14 0.54
Hex 78 99 96 16 0 2 28 AF E 36
Octal 170 231 226 26 0 2 50 257 16 66
Binary 1111000 10011001 10010110 10110 0 10 101000 10101111 1110 110110

Color Harmonies of #789996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789996

Black with #789996

Text Example


Text Example

White with #789996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789996; }

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

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

background-color css

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

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

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

border-color css

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

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

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