Html Css Color HEX #689792 Juniper

📋 copy color: '#689792'

red 104 ◦ green 151 ◦ blue 146

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

Shades of Juniper #689792

Tints of Juniper #689792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

 BLUE value IS 146 (57.42% from 255) = 36.41%

R = 25.94%
G = 37.66%
B = 36.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#689792 (or 0x689792) is known color: Juniper. HEX triplet: 68, 97 and 92. RGB value is (104,151,146). Sum of RGB (Red+Green+Blue) = 104+151+146=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 151 - color contains mainly: green. Hex color #689792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689792 is #97686D. Grayscale: #888888. Windows color (decimal): -9922670 or 9607016. OLE color: 9607016.

HSL color Cylindrical-coordinate representation of color #689792: hue angle of 173.62º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689792 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 146 -
CMYK 0.31 0 0.03 0.41
HSL 173.62º 0.18% 0.5% -
HSV(B) 173.62º 0.31% 0.59% -
XYZ 21.96 27.15 31.28 -
YUV 136.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 104 151 146 0.31 0 0.03 0.41 173.62 0.18 0.5
Hex 68 97 92 1F 0 3 29 AE 12 32
Octal 150 227 222 37 0 3 51 256 22 62
Binary 1101000 10010111 10010010 11111 0 11 101001 10101110 10010 110010

Color Harmonies of #689792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689792

Black with #689792

Text Example


Text Example

White with #689792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689792; }

 p { color: rgb(104,151,146); }

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

background-color css

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

 a { background-color: rgb(104,151,146); }

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

border-color css

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

 span { border-color: rgb(104,151,146); }

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