Html Css Color HEX #789695 Juniper

📋 copy color: '#789695'

red 120 ◦ green 150 ◦ blue 149

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

Shades of Juniper #789695

Tints of Juniper #789695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 28.64%
G = 35.8%
B = 35.56%

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

#789695 (or 0x789695) is known color: Juniper. HEX triplet: 78, 96 and 95. RGB value is (120,150,149). Sum of RGB (Red+Green+Blue) = 120+150+149=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 150 - color contains mainly: green. Hex color #789695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789695 is #87696A. Grayscale: #8C8C8C. Windows color (decimal): -8874347 or 9803384. OLE color: 9803384.

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

Color convert

RGB 120 150 149 -
CMYK 0.20 0 0.01 0.41
HSL 178º 0.13% 0.53% -
HSV(B) 178º 0.2% 0.59% -
XYZ 24.08 27.98 32.56 -
YUV 140.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 120 150 149 0.20 0 0.01 0.41 178 0.13 0.53
Hex 78 96 95 14 0 1 29 B2 C 35
Octal 170 226 225 24 0 1 51 262 14 65
Binary 1111000 10010110 10010101 10100 0 1 101001 10110010 1100 110101

Color Harmonies of #789695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789695

Black with #789695

Text Example


Text Example

White with #789695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789695; }

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

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

background-color css

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

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

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

border-color css

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

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

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