Html Css Color HEX #689190 Juniper

📋 copy color: '#689190'

red 104 ◦ green 145 ◦ blue 144

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

Shades of Juniper #689190

Tints of Juniper #689190

RGB

 RED value IS 104 (41.02% from 255) = 26.46%

 GREEN value IS 145 (57.03% from 255) = 36.9%

 BLUE value IS 144 (56.64% from 255) = 36.64%

R = 26.46%
G = 36.9%
B = 36.64%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#689190 (or 0x689190) is known color: Juniper. HEX triplet: 68, 91 and 90. RGB value is (104,145,144). Sum of RGB (Red+Green+Blue) = 104+145+144=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 145 - color contains mainly: green. Hex color #689190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689190 is #976E6F. Grayscale: #848484. Windows color (decimal): -9924208 or 9474408. OLE color: 9474408.

HSL color Cylindrical-coordinate representation of color #689190: hue angle of 178.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689190 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 144 -
CMYK 0.28 0 0.01 0.43
HSL 178.54º 0.16% 0.49% -
HSV(B) 178.54º 0.28% 0.57% -
XYZ 20.87 25.21 30.15 -
YUV 132.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 104 145 144 0.28 0 0.01 0.43 178.54 0.16 0.49
Hex 68 91 90 1C 0 1 2B B3 10 31
Octal 150 221 220 34 0 1 53 263 20 61
Binary 1101000 10010001 10010000 11100 0 1 101011 10110011 10000 110001

Color Harmonies of #689190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689190

Black with #689190

Text Example


Text Example

White with #689190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689190; }

 p { color: rgb(104,145,144); }

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

background-color css

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

 a { background-color: rgb(104,145,144); }

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

border-color css

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

 span { border-color: rgb(104,145,144); }

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