Html Css Color HEX #689590 Juniper

📋 copy color: '#689590'

red 104 ◦ green 149 ◦ blue 144

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

Shades of Juniper #689590

Tints of Juniper #689590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.53%

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

R = 26.2%
G = 37.53%
B = 36.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#689590 (or 0x689590) is known color: Juniper. HEX triplet: 68, 95 and 90. RGB value is (104,149,144). Sum of RGB (Red+Green+Blue) = 104+149+144=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #689590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689590 is #976A6F. Grayscale: #868686. Windows color (decimal): -9923184 or 9475432. OLE color: 9475432.

HSL color Cylindrical-coordinate representation of color #689590: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689590 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 144 -
CMYK 0.30 0 0.03 0.42
HSL 173.33º 0.18% 0.5% -
HSV(B) 173.33º 0.3% 0.58% -
XYZ 21.49 26.45 30.36 -
YUV 134.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 104 149 144 0.30 0 0.03 0.42 173.33 0.18 0.5
Hex 68 95 90 1E 0 3 2A AD 12 32
Octal 150 225 220 36 0 3 52 255 22 62
Binary 1101000 10010101 10010000 11110 0 11 101010 10101101 10010 110010

Color Harmonies of #689590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689590

Black with #689590

Text Example


Text Example

White with #689590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689590; }

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

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

background-color css

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

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

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

border-color css

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

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

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