Html Css Color HEX #789893 Juniper

📋 copy color: '#789893'

red 120 ◦ green 152 ◦ blue 147

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

Shades of Juniper #789893

Tints of Juniper #789893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.28%

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 28.64%
G = 36.28%
B = 35.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#789893 (or 0x789893) is known color: Juniper. HEX triplet: 78, 98 and 93. RGB value is (120,152,147). Sum of RGB (Red+Green+Blue) = 120+152+147=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 152 - color contains mainly: green. Hex color #789893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789893 is #87676C. Grayscale: #8D8D8D. Windows color (decimal): -8873837 or 9672824. OLE color: 9672824.

HSL color Cylindrical-coordinate representation of color #789893: hue angle of 170.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789893 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 147 -
CMYK 0.21 0 0.03 0.40
HSL 170.63º 0.13% 0.53% -
HSV(B) 170.63º 0.21% 0.6% -
XYZ 24.24 28.56 31.84 -
YUV 141.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 120 152 147 0.21 0 0.03 0.40 170.63 0.13 0.53
Hex 78 98 93 15 0 3 28 AB D 35
Octal 170 230 223 25 0 3 50 253 15 65
Binary 1111000 10011000 10010011 10101 0 11 101000 10101011 1101 110101

Color Harmonies of #789893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789893

Black with #789893

Text Example


Text Example

White with #789893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789893; }

 p { color: rgb(120,152,147); }

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

background-color css

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

 a { background-color: rgb(120,152,147); }

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

border-color css

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

 span { border-color: rgb(120,152,147); }

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